Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1356397
    JaWright357
    Participant

    Can someone give me some direction as to how I can relocate the mobile ‘hamburger’ menu into the topbar?

    #1356413
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1356483
    JaWright357
    Participant
    This reply has been marked as private.
    #1356545
    Lely
    Moderator

    Hi There,

    Thank you for the URL. Can you give us screenshot on where exactly you want to place it?

    #1356577
    JaWright357
    Participant
    This reply has been marked as private.
    #1356713
    Paul R
    Moderator

    Hi,

    To achieve that, you can add this in your Custom > Edit Global JS

    
    jQuery(function($) {
        $('.x-btn-navbar').prependTo('.topbar-right-custom');
    });
    

    Then add this in Custom CSS

    
    @media (max-width: 980px) {
    .home .x-btn-navbar {
        margin-top: 0;
        float: none !important;
        margin-right: 25px;
        padding: 8px 10px;    
    }
    }
    

    Hope that helps.

    #1356768
    JaWright357
    Participant

    I believe that bit of js just might work. I have a bit of styling to do still. I might have some more inquiries to get it just right.

    #1356826
    Rahul
    Moderator

    We are always here standing by to assist you in anyway.

    Regards,
    X

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