Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    This seems to be caused by some of the CSS code added by your Avada Child Theme. That CSS includes rules to customize the look of all the labels on your site; it adds an empty white area before and after each label.

    I assume those white areas are needed somewhere else in your theme. Luckily, you can use CSS to remove those white areas only in the Jetpack Subscription form. To do so, try adding the following CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard:

    .jetpack_subscription_widget label:before,
    .jetpack_subscription_widget label:after {
      content: none;
    }
    Thread Starter stevensonadvertising

    (@stevensonadvertising)

    Like a glove! Thank you so much, that worked perfectly!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issue with Subscription Form: Missing Text?’ is closed to new replies.