Home Forums WoodMart support forum Mobile Sidebar Using Mega Menu Widget Element

Mobile Sidebar Using Mega Menu Widget Element

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

    Xtolia
    Participant

    How can I make the sidebar display the menu pages in a single column on all mobile devices, similar to how it appears on a desktop, instead of displaying them in two lines when using the mega menu widget on a mobile device (iPhone 14)? Please refer to the image for clarification.

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

    Hung Pham
    Keymaster

    Hi Xtolia,

    Thanks for reaching to us.

    First of all, take my apologies for the delay in answering because of the weekend.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .widget_nav_mega_menu .wd-nav{
    	display: block;
    }

    Regards,

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