Hello,
thanks for great theme. I have just one issue now, I don’t know how to put email field and button in one line. I use MailChimp for WP plugin and this plugin has this feature (I’ve already contacted author, but without success). Is there any restriction in theme? I can provide you access to the site, now it’s set to private.
Many thanks with help.
Hi peterjaniga!
Yes please provide a link to your website. Use the ” Set as private reply (Only you and moderators will see the content of this post)” checkbox below the text editor to post the link as private message.
Cheers!
Peter
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
input#mc4wp_email {
width: 65%!important;
float: left;
margin-right: 5px!important;
}
Regards,
Yigit
Fantastic! Thank you very much!