Home Forums WoodMart support forum Mobile Bottom Navbar

Mobile Bottom Navbar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #312519

    almedagrup2021Be
    Participant

    Hi,

    Is it possible to show mobile bottom navbar on desktop?

    Thanks

    #312556

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Yes, that is possible.

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

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

    Add mobile menu into the desktop view: https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/

    You need to create a menu and assign it as mobile in Appearance > Menu.

    Best Regards

    #312650

    almedagrup2021Be
    Participant

    Hi,

    Thanks but I couldn’t manage to locate mobile menu at bottom of the screen on desktop view.

    Am I doing something wrong?

    Attachments:
    You must be logged in to view attached files.
    #312761

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 1025px){
    body .wd-toolbar {
        display: flex;
    }
    }

    Best Regards

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