• I would like the mobile menu to dropdown on either the right hand side of the page, or the width of the page. I can’t seem to find an option to do this, currently it displays on the left hand side.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Please add this CSS inside Customize > Additional CSS :

    .tg-mobile-navigation.tg-mobile-navigation--opened {
        right: 0;
        left: unset;
    }
    
    .tg-mobile-navigation {
        right: -100%;
        left: unset;
    }
    
    .tg-site-header-bottom .tg-container--flex {
        flex-direction: row-reverse;
    }

    Thanks.

    Thread Starter samjlevy

    (@samjlevy)

    Perfect, that worked. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Mobile Menu Location’ is closed to new replies.