Home Forums WoodMart support forum sticky on the mobile

sticky on the mobile

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

    Smarsa
    Participant

    Hello
    How to make the middle header only sticky on the mobile version, while the desktop is not

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

    Hello,

    Sorry but there is no option in Theme Settings to make the header rows sticky for mobile and desktop separately.

    You can try achieving this using the trick by enabling the header general to sticky by editing the header.

    Screenshot for Clarification: https://gyazo.com/e670ed30b2637b03c1cb62b781a39425

    And try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    
    body .whb-sticked .whb-general-header {
        display: none;
    }

    Best Regards

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