HOW TO PUT CATEGORIES BEFORE "MENU" ON MOBILE MENU
-
I want to know how to change the Categories Position on mobile menu
Hello,
You can not change the position of categories menu in the mobile menu with the theme options.
But with the custom Css you can change the categories menu position from left to right. You can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:
.mobile-nav-tabs>ul {
direction:rtl;
}
But remember that by applying the CSS code the position will change but the default active item is the menu not the categories.
Screenshot: https://jmp.sh/XpjcADr
Best Regards.