- This topic has 5 replies, 3 voices, and was last updated 8 years, 10 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
May 8, 2014 at 7:30 am #10121
Weliajolijn
ParticipantHello,
I am having trouble styling my Mailchimp form in theme Attitude. I would like for the name, email and subscribe button to all be in one line. However, non of the tricks I can find online and which work in order themes apply to this theme. Example ( on the bottom of the blogpost ) http://www.sympatheticlistening.com/remembering-love/
Embedded form code: http://pastebin.com/12qYiy7k
Custom CSS: http://pastebin.com/TxzTsBGw
Any help would very much be appreciated!
May 11, 2014 at 5:26 am #10207Theme Horse Support Team
KeymasterHi Weliajolijn,
Simply Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button and your are all done.
#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"], #mc_embed_signup input[type="password"] { margin: 0 15px; width: 20%; } @media only screen and (max-width: 767px) { #mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"], #mc_embed_signup input[type="password"] { margin: 0 0 30px; width: 100%; } }
Hope this helps.
Thank you for using our theme.May 11, 2014 at 6:12 am #10208Weliajolijn
ParticipantFor some reason the CSS above has no effect on my forms. I’ve also tried using the most basic of Mailchimp forms but it did not have an effect on that either.
May 12, 2014 at 5:18 am #10228Theme Horse Support Team
KeymasterHi Weliajolijn,
Please try below CSS
#content #mc_embed_signup .mc-field-group input[type="text"], #content #mc_embed_signup .mc-field-group input[type="email"], #content #mc_embed_signup .mc-field-group input[type="password"]{ margin: 0 15px; width: 20%; } @media only screen and (max-width: 767px) { #content #mc_embed_signup .mc-field-group input[type="text"], #content #mc_embed_signup .mc-field-group input[type="email"], #content #mc_embed_signup .mc-field-group input[type="password"] { margin: 0 0 30px; width: 100%; } }
If it still doesn’t work then email us you temporary username and password to [email protected] we will set it for you.
Thank you for using our theme
May 21, 2014 at 11:24 am #10488Weliajolijn
ParticipantThank you so much for your support!
May 22, 2014 at 10:46 am #10503Theme Horse Support Team
KeymasterOk great
-
AuthorPosts
- You must be logged in to reply to this topic.