Home Forums WoodMart support forum Header on mobile view not Smooth

Header on mobile view not Smooth

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

    yvo010
    Participant

    Hi,
    I hope you understand my problem.
    on mobile devices the header is not scrolling ‘smooth’ by scrolling down.
    I have a video in the private content comparing it with another site with the same style (sticky) header.
    I hope you could give me a fix because Its annoying..
    Thanks!

    #58776

    Hello,

    We have checked the video and your site. The sticky header is working properly in the same way as our demo works https://woodmart.xtemos.com/

    The header fixed to the top and there is no animation there.

    Best Regards

    #58781

    yvo010
    Participant

    Yes i know, But it is not smooth.. Like on the video.
    very unfortunate that you can not help me further..

    Best regards.

    #58783

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings for mobile devices only

    div.whb-main-header {
        position: fixed!important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    		top:0;
    }
    #58785

    yvo010
    Participant

    Thank you so much Artem!
    It worked perfectly.

    Have a nice day!

    #58788

    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)

The topic ‘Header on mobile view not Smooth’ is closed to new replies.