Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1149613
    jsurpre
    Participant

    X Team, I can not get my mobile nav to collapse and the mobile menu button to appear. Please help. As always, thank you!

    #1149620
    jsurpre
    Participant
    This reply has been marked as private.
    #1149645
    Thai
    Moderator

    Hi There,

    Please find and remove this CSS under Settings > Custom CSS:

    @media (max-width:979px){.masthead-inline .x-btn-navbar{display:none;}}

    Regards!

    #1169213
    jsurpre
    Participant

    THANK YOU!

    No how do I center the mobile nav button and put 25px worth of padding/space below it? I tried to adjust but it’s not moving.

    #1169214
    jsurpre
    Participant

    Now*

    image attached

    #1169225
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media (max-width: 979px){
        .masthead-inline .x-btn-navbar {
            display: block;
            float: none;
            max-width: 40px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 25px;
        }
    }

    http://i.imgur.com/grddjab.png

    Hope it helps 🙂

    #1169230
    jsurpre
    Participant

    I love the amount of attention X gives users. You all rock.

    #1169250
    Thai
    Moderator

    Thanks for your kind words.

    If you need anything else please let us know.

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