Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
in my homepage i want to show a newsletter subscription area like in example page
business e corporate/
but email field and submit button are not inline
i try to add this code in css custom box but it doesen’t work, so i remove it.
wpcf7 { display: inline-block;
margin-right: 20px;
}
can you help me please
Thank’s a lot
kind regards
Hello,
Add this code to your custom CSS box to make the email field and submit button inline:
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
width: 85%;
margin-left: -195px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-dark.btn-bt.business {
top: -63px;
float: right !important;
}
Let us know.
Best regards!
Thank’s a lot
it looks great now
kind regards
You must be logged in to reply to this topic.