Hi there stellamaris5,
I’m happy to help you out there! The styles my fellow chimp Gunter mentioned need to be added into the mailchimp_widget.php
file of the plugin.
When editing the code in that file, there will be an area with CSS styles for the widget appearance, and here you can add float:left;
into the .mc_merge_var
styles, and float:right;
to the .mc_signup_submit
styles. I also recommend changing the width percentage of the submit button to 50% or less (so when it’s next to the email field, the field is equal or larger in width).
I took a screenshot as an example here and highlighted those code additions/changes in yellow: https://eepurl.com/44hV5
Thanks for posting, and let us know if you have any additional questions. Have a good one!
-Kath
ps – Make sure to remove any spaces before the opening <?php
tag when editing/saving changes to this code in the mailchimp_widget.php
file. Certain editors will add additional spaces at the beginning of the <?php
tag which can cause issues after the edits are saved.