Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1182529
    Friech
    Moderator

    Hi There,

    Sorry for the confusion. Joao means add your menu items on your current menu (not to create a new menu) and we will just hide it on desktop and only show on mobile.

    I did go ahead and added the “Client Login”, “Contact #”, and “Get started” button items on your menu, and you will only see this on mobile, because of the class I’ve applied on it. You can see the custom CSS I added on your Customizer.

    Hope it helps, Cheers!

    #1182582
    Transfac
    Participant

    That looks great! Thanks for your assistance

    #1182721
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

    #1183284
    Transfac
    Participant

    Question: I noticed that the bottom of the button on the mobile only menu seems to be getting cut off. Is there a way to add some space to the bottom? Also, how would I go about underlining the Client Login and Phone Number sections?

    #1183328
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    @media only screen and (max-width: 900px) {
    .x-navbar .mobile .x-nav {
        padding-bottom: 20px;
    } }

    Hope it helps

    Joao

    #1183367
    Transfac
    Participant

    It definitely did! Thanks. What about underlining the two links above the button?

    #1183604
    Jade
    Moderator

    Hi there,

    Please add this code in the CSS:

    .x-nav-wrap.mobile .mobile-only a {
        border-bottom: 1px solid #fff;
    }
    
    .x-navbar .x-nav-wrap .x-nav>li.mobile-only:not(.x-btn)>a span {
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 5px;
    }

    Hope this helps.

    #1183660
    Transfac
    Participant

    It definitely did. Thanks again!

    #1183803
    Jade
    Moderator

    You’re most welcome.

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