[Resolved] Spacing on Subscription Widget

Home Forums Support [Resolved] Spacing on Subscription Widget

Home Forums Support Spacing on Subscription Widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2626
    Aaron Redman

    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

    #2689
    Tom
    Lead Developer
    Lead Developer

    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

    #2711
    Aaron Redman

    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!

    #2712
    Tom
    Lead Developer
    Lead Developer

    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

    #2714
    Aaron Redman

    Thanks for your help: I fixed it using
    .wysija-checkbox-paragraph {margin-bottom:0px}

    #2715
    Tom
    Lead Developer
    Lead Developer

    Awesome! 🙂

    Tom

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.