• Resolved lunaria

    (@lunaria)


    Hello Danny,

    I’ve looked through the forums and couldn’t find exactly what I was looking for. On my home page (aileentu.com) I want to reduce the space between the phrase “Stay in the loop with my newsletter!” and the box where you can type your email.

    On the forums I did find some code that allowed me to adjust the space between the phrase, the email box, and the submit button, and this code works on every page except the home page. On the homepage, the code is in a Home Page Footer Widget, so perhaps there is some code there that is preventing the space adjustments from working on this page?

    If you have any suggestions on how I might adjust the space, I would really appreciate it!

    https://www.ads-software.com/plugins/mailchimp-for-wp/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Aileen,

    Does it also happen if you use the dedicated widget that comes with the plugin called MailChimp widget (instead of using the shortcode [mc4wp_form] in a text widget)?

    There is a <br> tag (line break) on the home page form which isn’t there on the other pages.

    Another fix would be to add the following line to your theme its style.css file.

    .mc4wp-form br { display: none; }

    Hope that helps!

    Thread Starter lunaria

    (@lunaria)

    I ended up adding the css to the file, and it works perfect. Thank you!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Great, glad that worked. Thanks for the update Aileen!

    Should you have a quick free minute, a review on the plugin here on www.ads-software.com makes me really happy. ??

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce space between Text & Email Box within a Widget’ is closed to new replies.