Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1246604
    mysocialfam
    Participant

    I set my menu bar as transparent and there is a weird spacing issue that’s causing a white bar to show at the top of every page with a header.* This white space takes up the top 50% of the menu bar background. How can I remove this?

    *Image attached. See https://hopebrookins.com/show

    Using the latest version of WordPress/Xtheme/Cornerstone.

    #1246651
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    @media (min-width:979px){
    header.masthead.masthead-inline {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    }

    Hope that helps.

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