Site logo

[Resolved] Issue With Sticky Header in Mobile Version

Home Forums Support [Resolved] Issue With Sticky Header in Mobile Version

Home Forums Support Issue With Sticky Header in Mobile Version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1840838
    Sourabh

    Hi,

    Seems a little issue with the sticky header in the mobile version, it’s working well when opening the mobile view on the desktop but when opening on a proper mobile device so it’s not working properly (don’t stick during scroll and even cropping from the left side). (Refer to snapshots).

    #1840911
    David
    Staff
    Customer Support

    Hi there,

    the issue isn’t with the Mobile Header – its because part of your page content is wider then the viewport which causes horizontal overflow allowing the page to be scrolled sideways. It looks to be the Section “Why Choose Us” you should fix whatever issue there is with that section to stop it from overflowing.

    Failing that you can add this CSS to stop anything overflowing:

    html, body {
        overflow-x: hidden;
    }
    #1841324
    Sourabh

    Ohh.. Okay, Thanks David

    #1841465
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.