This topic has 4 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hello there,
First congratulation for this great theme.
Well, i ‘m having an issue with the static block – pop up in the top bar ( newsletter) .
After clicking the newsletter to the top bar, the submition form ( email input and submit button) doesn’t appear in the same line like the demo. The email input is one line above the submit button. I want them to appear in the same horizontal line. How can i solve this little issue.
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
.mc4wp-form-fields p {
display: inline-block;
vertical-align: middle;
}
.mc4wp-form input[type=email] {
width: 100%;
}
.mc4wp-form-fields p:first-child {
width: 50%;
margin-right: 8px;
}
Regards
It works for me, thank you.
Have a nice day!
You’re welcome!
Let us know if you need any further assistance. 🙂
Regards
Tagged: newsletter, popup, templates, woocommerce, wordpress
The issue related to '‘Pop up – Newsletter’' has been successfully resolved, and the topic is now closed for further responses