Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287394
    kbosland
    Participant

    http://livefree.staging2.bosland.com/

    Hi, this looks very good, until mobile. How do I make the mobile header not transparent?

    #1287502
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    @media screen and (max-width: 979px){
        .x-navbar {
            background-color: #fff !important;
        }
    }

    Let us know how this goes!

    #1287528
    kbosland
    Participant

    Thank you very much. It helps but still I am having a combination of slider rev going too short and the header for mobile too big.

    I can fix slider rev separately, how would I shrink down the mobile size a bit for the logo?

    #1287535
    kbosland
    Participant

    I tried adding just a picture on the homepage and the picture folds up nearly completely under the logo. If you could assist with that I would appreciate it.

    #1287659
    Jade
    Moderator

    HI there,

    Please add this code in the customizer:

    @media (max-width: 480px) {
        .x-brand img {
            padding-bottom: 10px;
            width: 100px;
            margin-top: 0;
        }
    
        .x-brand {
            margin-top: 5px;
        }
    }

    Hope this helps.

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