Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1409338
    Itwebdevelopment
    Participant

    Hi I’d like to make the space between “Inbox” and “email” smaller and make the two closer together.

    https://gyazo.com/95e2d5e28514eb9fe9aebf343c40e7b5

    Here’s the URL

    https://www.dzdrones.com/

    Please help,

    Thank you!

    #1409376
    Lely
    Moderator

    Hi There,

    Please add this custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    div#sendgrid_nlvx_widget-2 form {
        padding-top: 0 !important;
    }
    div#sendgrid_nlvx_widget-2 p {
        margin-bottom: 0 !important;
    }

    The space is coming from the default paragraph bottom margin and the form top padding. We did reset those to zero.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1409338 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>