Home Forums WoodMart support forum Sticky Menu Problem

Sticky Menu Problem

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

    precise
    Participant

    I want sticky menu in desktop version. But I don’t want sticky on mobile version. How can I do that?

    Desktop version also loses sticky menu feature when I do the operation in screenshot.

    #242289

    Hello,

    Sorry but the option works Globally for both mobile and desktop versions of the header.

    You can try adding this code to the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.

    body .whb-sticky-header{
    display:none;
    }

    Best Regards.

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