Home Forums WoodMart support forum HOW TO PUT CATEGORIES BEFORE "MENU" ON MOBILE MENU

HOW TO PUT CATEGORIES BEFORE "MENU" ON MOBILE MENU

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #150803

    lecym
    Participant

    I want to know how to change the Categories Position on mobile menu

    #150852

    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.

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