Home Forums WoodMart support forum Mobile menu width

Mobile menu width

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

    samcik87
    Participant

    Hello,
    1. How could i resize mobile menu width for mobile devices. On small screens once opened the menu fills almost entire screen so it’s hard to tap back to storefront page (may be there is a global css code to do this).
    2. How i could add a button like CLOSE(for sliding this menu back and close it) to the footer area of the same menu.
    Thank you!

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

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    1. Add this code snippet to the Custom CSS area in Theme Settings to reduce its width

    div.mobile-nav {
    	width: 260px;
    }

    2. Unfortunately, there is no close button that you can add to this menu in our theme.

    Kind Regards
    Xtemos

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