Archived topic
Spacing on Subscription Widget
5 replies · Started by Aaron Redman on July 2, 2014
Hi,
I am using the MailPoet Widget to create an email subscription form on the right sidebar. Unfortunately there is too much spacing between everything http://achievingsustainability.com/wp/ Any suggestions?
Thanks,
Aaron
Hi Aaron,
Looks like the plugin wraps each element in a paragraph, which is what's causing the spacing.
You can edit the CSS to achieve the spacing you need.
.wysija-paragraph {margin-bottom:5px}
Of course, you can adjust the 5px to whatever you like.
Thanks,
Tom
Thanks for the reply. I added the Simple Custom CSS plugin. But adding this line in there did not seem sufficient. Should I edit the style.css file directly? Or something else?
thanks!
Is the plugin still activated? I'm not seeing anything in the source of your website.
You can go the child theme route as well: http://generatepress.com/api/themes/generatepress_child.zip
Save that .zip and upload it and activate it. Then you can add your own CSS without losing it in future updates.
Tom
Thanks for your help: I fixed it using
.wysija-checkbox-paragraph {margin-bottom:0px}
Awesome! :)
Tom