• Resolved Frank B.

    (@frankbiganski)


    Hi AJ,

    I just noticed this little bit of space between the notification bar and the header. It appears on my other website too, and I’m using Total WordPress Theme on both sites. I think it’s this line of code>
    <span data-ls_id=”#site_top”>/span>

    Is it possible to remove this space, add CSS or something to reduce or omit this space?

    Thank you!

    Frank

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @frankbiganski

    Try this CSS code and adjust it as you like:

    .easy-notification-bar {
            margin-bottom: -3em;
    }
    

    😊

    • This reply was modified 4 years, 3 months ago by robato.
    Plugin Author WPExplorer

    (@wpexplorer)

    @frankbiganski

    Hi,

    This is Aj the plugin and theme author.

    The space is coming from the p tag added inside your notice, please see here: https://a.cl.ly/z8ukyGnm

    If you want you can reset the p margin with custom CSS like this:

    .easy-notification-bar-message p { margin: 0; }

    Or you can edit your notice in the Customizer to remove any p tags.

    Thread Starter Frank B.

    (@frankbiganski)

    Thanks so much AJ and Robato!

    Works great! Less filling!

    🙂

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

The topic ‘Space Below Notification Bar’ is closed to new replies.