Reply 201739 to: Navigation buttons on mobile.

Avatar: Rose Tyler
Rose Tyler
Support staff
October 26, 2018 at 07:48

Hello,

1. This requests additional customization which is beyond our basic support scope.
2. Try to add this code in Theme Options > Custom css > Global custom css:

@media screen and (max-width: 993px) {
    .navbar-toggle {
        left: auto;
        right: 0;
    }
    .navbar-header {
        right: auto;
        left: 0;
    }
    }
    .mobile-menu-wrapper {
        left: auto;
        right: 0;
        transform: translateX(300px);
    }
}

3. xstore/headers/(your-type-header).php
http://prntscr.com/lam36j – navbar-toggle -> <span class="et-icon et-burger"></span>
Make changes via child theme.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.