Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1331392
    jensmith3
    Participant

    Hello,

    My site is at http://dev.shsp.com.au/

    I’d like to reduce the white space between the bottom of the logo and main navigation bar, and the main content.

    Is this possible?

    Many thanks and kind regards,

    Jenny

    #1331529
    Rupok
    Member

    Hi Jenny,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-container.offset {
      margin-top: 0;
    }

    Hope this helps.

    Cheers!

    #1331537
    jensmith3
    Participant

    Hi there,

    Thanks for your reply. I added the code to my child theme style sheet but nothing changed. Have I missed something?

    With thanks and kind regards,

    Jenny

    #1331591
    Paul R
    Moderator

    Hi Jenny,

    You can try this code instead.

    
    .x-container.offset {
      margin-top: 0 !important;
    }
    

    Hope that helps.

    #1331736
    jensmith3
    Participant

    Hi there,

    Sorry but still no change. There is a gap of about 20mm between the bottom of the logo/nav bar and the main content/image.

    Thanks again,

    Jenny

    #1331766
    Paul R
    Moderator

    Hi Jenny,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .ubermenu-main {
        margin-top: 130px !important;
    }
    

    Hope that helps.

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