Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085503
    Muireann B
    Participant

    Hi there,

    I am using the Ethos stack (http://test6.cruthucreative.com/) and would like to know how to remove or reduce the space that appears below the text in the header (over the menu and the slider)

    Many thanks for your help,

    best regards,

    Muireann

    #1086178
    Prasant Rai
    Moderator

    Hello Muireann,

    Thanks for writing in!

    Please make following changes in your code:

    1) Add class="header-right-text". http://prntscr.com/bso4sf

    2) Then add following CSS under Custom > CSS in the Customizer:

    p.header-right-text {
        margin-bottom: 0 !important;
    }

    Let us know how it goes.

    Thanks.

    #1086409
    Muireann B
    Participant

    Hmm – that didn’t work. Have i done it correctly?

    This is what I have in the ‘Topbar Content’ section
    <p style=”text-align: right;” class=”header-right-text”><span style=”color: #ffffff;”>The UK’s only plain-English tax newsletter for SMEs and entrepreneurs</span></br><span style=”color: #ffffff;”> Email: [email protected] | Telephone: 0207 353 7300</span></p>

    and then I added this to the custom CSS

    p.header-right-text {
    margin-bottom: 0 !important;
    }

    #1086589
    Paul R
    Moderator

    Hi,

    Please add this in Custom > Edit Global CSS in the customizer/

    
    .x-topbar p:empty {
         display:none;
         margin:0;
    }
    

    Thanks

    #1086846
    Muireann B
    Participant

    Hurrah!

    Thanks a million, that works perfectly!

    #1086969
    Joao
    Moderator

    Glad to hear it,

    Joao

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