Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1285748
    Friech
    Moderator

    Hi There,

    Look for this block of code on your custom CSS

    body .masthead {
        position: absolute;
        width: 100%;
        z-index: 99999;
    }

    And update that to this:

    .home .masthead {
         position:absolute;
         width:100%;
         z-index:99999;
    }
    .single-post .forcefullwidth_wrapper_tp_banner {
    	margin-top: -90px !important;
    }

    Hope it helps, Cheers!

    #1285985
    TheDude
    Participant

    This worked – thanks for the help.
    Just one more thing – if i open the menu on desktop the menu is 100%, is it possible to get this to 20% and for mobile viewing 100%

    #1286058
    Paul R
    Moderator

    Hi,

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

    
    @media (min-width:979px) {
    body .x-nav-wrap.mobile  {
       width:20%;
       Float:right;
    }
    }
    

    Hope that helps.

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