• Resolved Amy

    (@ontherye)


    I was wondering if anyone can help me with reducing the spacing of just the subscription box widget. I am able to adjust the spacing between the widget title and the item below it for all the other widgets but for some odd reason, the space between the subscription title, email box, and submit button is unaffected. All those 3 items are very spaced out.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hello ??

    Could you share a link to your site, and point out the widget in question? I will take a look and see if I can come up with CSS to fix the spacing.

    Thread Starter Amy

    (@ontherye)

    https://www.theblushingpink.com

    It’s the first widget on my page (subscription widget). Would love to have the title, email box and submit button closer together/less space in between them.

    Theme Author Ben Sibley

    (@bensibley)

    Great, thanks!

    This CSS should work:

    .jetpack_subscription_widget #subscribe-email {
      margin: 0;
    }
    .jetpack_subscription_widget #subscribe-submit {
      margin: 12px 0 0;
    }

    That’s going to remove the margin from both elements, but leave a bit of space above the button.

    Thread Starter Amy

    (@ontherye)

    Thanks so much for all your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spacing of subscription box widget’ is closed to new replies.