Mailchimp Horizontal Bar Form Problem below my site header
-
I added a horizontal bar form below the header. I edit the size on stylesheet.css and it really looks good on the homepage now.
as you can see https://evenuneven.com/
The problem now. Is when you go on the product pages, blog pages, category pages, and some other pages. The form I added become ruined. The height becomes larger and the buttons are misplaced.
I added the form code at the most bottom part of header.php
And this this the code I added in styleshee.css
/********************
MailChimp Custom Style for Horizontal Bar form
*********************/.mc-field-group{
background-color: #ccffcc;
float: right;
position: relative;
padding-left: 147px;
padding-right: 10px;
}#mce-email {
float: right;
margin:10px;
}#mce-FNAME{
margin:10px;
}
- The topic ‘Mailchimp Horizontal Bar Form Problem below my site header’ is closed to new replies.