Home New Guten Forums WoodMart support forum mobile header

mobile header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #643627

    medshow37
    Participant

    I want the main header to be fixed on mobile and non-sticky on desktop. I have chosen the non-sticky option in the theme header settings.

    #643955

    Hung Pham
    Keymaster

    Hi medshow37,

    Thanks for reaching to us.

    – Navigate to WoodMart > Header Builder > Edit current Header > Configure header row and enable the option to make it sticky https://ibb.co/f0JvyqX

    – Please add the below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS section:

    .whb-sticky-prepared.whb-sticked .whb-main-header{
        display: none;
    }

    Regards,

    #664844

    medshow37
    Participant

    thanks , its work , you can close this ticket

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

The topic ‘mobile header’ is closed to new replies.