Tagged: enfold
Hi, I know this was discussed before, and I tried all solutions I found, but none seem to work.
I added the slim mailchimp signup form code to a custom widget area and cannot seem to get the form field and button to sit on the same line. Would appreciate any input, as none of the other solutions worked for me.
The website is http://www.philipjackson.com.au
also, is there a way to style the button the same way as the button in the bottom right hand corner of the footer? thanks so much. Corina
Hey!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
#mc_embed_signup input.button {
float: left;
width: 35%;
clear: none;
background-color: #4ccdde;
color: #ffffff;
border-color: #2aabbc;
}
#mc_embed_signup input.email {
width: 45%;
float: left;
clear: none;
}
Best regards,
Ismael
Hi Ismael
Thanks so much for getting back so fast. I just tried it and unfortunately it doesn’t work…. is there anything else I am doing wrong?
Appreciate your help. Thanks. Corina
Hi!
Thank you for the update.
It is working when I’m testing it on Chrome. Please use this on custom.css:
#mc_embed_signup input.button {
float: left !important;
width: 35% !important;
clear: none !important;
background-color: #4ccdde !important;
color: #ffffff !important;
border-color: #2aabbc !important;
}
#mc_embed_signup input.email {
width: 45% !important;
float: left !important;
clear: none !important;
}
Best regards,
Ismael
Hi Ismael … no luck :( …. I tested in Firefox, Safari & Chrome for mac, all the latest versions.
Corina
ps and I did empty the cache beforehand.
Hey!
Please post the login details here and set it as a private reply. We would like to check it.
Best regards,
Ismael
Hi Corina!
Check it now:
http://philipjackson.com.au/
I added this:
input#mce-EMAIL, #mc-embedded-subscribe {
float: left !important;
width: 50% !important;
clear: none !important;
}
Regards,
Josue
Perfect, thanks Josue.
You are welcome, always glad to help :)
Regards,
Josue