Home Forums WoodMart support forum Different Shop Page Widget Area for mobile

Different Shop Page Widget Area for mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #257606

    kaytelle
    Participant

    I would like to have a different Shop Page Widget Area for mobile, can you please help? Is there a clean and simple way to achieve this? The WOODMART Sidebar Mega Menu does not work so well on mobile, and my client insists to include it in the Shop Page Widget Area.

    Notice: site is currently in maintenance mode.

    #257650

    Hello,

    Megamenu is not supported by mobile and now matter what Sidebar I suggest, it would not work.

    The Shop page cannot have different sidebars for different devices, we can try to hide some widgets on mobile and some widgets on the desktop.

    Best Regards

    #257655

    kaytelle
    Participant

    I think the most important thing would be to hide the mega menu widget on the mobile sidebar. Could you please advise on a smart way to do this?

    #257737

    Hello,

    If you want to hide this element https://prnt.sc/wlvze5 on the mobile It can be possible with custom CSS
    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .widget_nav_mega_menu {
    display:none;
    }

    Best Regards

    #257766

    kaytelle
    Participant

    Wonderful! Thanks for you help, Elise.

    #257831

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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