Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1325994
    Ryan P
    Participant

    Hi,

    I have one of my websites designed with a boxed layout. I would like the Header and footer to also be boxed but whenever the site first loads it initially displays the header full width and then when you begin to scroll down it jumps to boxed. The footer always remains full width.

    the site is http://www.adm-electrical.com

    Any help would be much appreciated?

    Many thanks

    Ryan

    #1326246
    Jade
    Moderator

    Hi Ryan,

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

    .x-navbar-wrap .x-navbar {
        background-color: transparent !important;
    }
    
    .x-navbar-wrap .x-navbar-fixed-top, .x-navbar-wrap .x-navbar .x-container {
        background-color: #137feb !important;
    }
    
    .x-navbar-inner {
        width: 90% !important;
        margin: 0 auto;
    }
    
    .x-navbar-fixed-top .x-navbar-inner {
        width: 100%;
    }
    
    .x-colophon.bottom {
        padding: 0;
        background-color: transparent;
    }
    
    .x-colophon.bottom .x-container {
        background-color: #137feb;
    }
    #1328692
    Ryan P
    Participant

    Hi,

    Thanks for the custom CSS. Unfortunately it doesn’t seem to change the behaviour?

    Many thanks

    Ryan

    #1328817
    Joao
    Moderator

    Hi There,

    You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    If that does not work please provide your WP Admin credentials in a private reply.

    Thanks

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