Home Forums WoodMart support forum Separate category menu for desktop and mobile version

Separate category menu for desktop and mobile version

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #69038

    annachi
    Participant

    Hi,

    I created two types of category menu on appearance, how to configure that one for desktop and another one for mobile ?

    Thanks

    #69048

    Hello,

    Please navigate to Woodmart > Head builder http://prntscr.com/iyd2pe

    Choose the proper header type (your current) http://prntscr.com/iyd333

    Switch to the mobile view of your header http://prntscr.com/iyd3v3 add mobile menu and set the category menu inside.

    Best Regards

    #69069

    annachi
    Participant

    For mobile version, i did:
    “Appearance” -> “Menu” -> Menu Settings -> checked “Mobile Side Menu”

    When i open menu bar on mobile, it displays the menu that i created ans more i have more menu buttons, “Watchlist” and “My account”

    https://drive.google.com/open?id=1kba30n0oO4GOq8BIWSO48Pw5v5UpUyOG

    #69074

    Hello,

    Yes, the mobile menu has always these two items. If you want to get rid of it, add this CSS to Theme Settings > Custom CSS:

    .menu-item-wishlist,
    .menu-item-my-account{
    display:none;
    }

    Best Regards

    #69084

    annachi
    Participant

    not working,

    here is the result css, .site-mobile-menu li re enable the display to block

    .site-mobile-menu li {
    display: block;
    position: relative;
    }


    @media
    (max-width: 480px)
    .menu-item-wishlist, .menu-item-my-account {
    display: none;
    }

    #69093

    annachi
    Participant

    Hello,

    Please look the below website on mobile version:
    https://www.asiamarket.ie

    Is it possible to get like that ?
    On menu sidebar: Menu / Account / offers

    Thanks

    #69111

    Hello,

    No, our theme does not have such an option.

    Best Regards

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