Home Forums WoodMart support forum Product page remove sidebar elements (mobile)

Product page remove sidebar elements (mobile)

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

    cagrikucukel
    Participant

    Hi,

    I want remove sidebar element on mobile. How can I do it? (only mobile)
    Please check attachment image.

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

    Hello,

    To remove the sidebar opener from the mobile screens. Try the below CSS code in Theme Settings >> Custom CSS >> Custom CSS for mobile and Custom CSS for mobile landscape:

    .offcanvas-sidebar-mobile .woodmart-sticky-sidebar-opener:not(.sticky-toolbar) {
        display: none;
    }

    Best Regards.

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