• Resolved srs70

    (@srs70)


    Hello,

    I am using the FREE version of Elementor with NEVE theme. When I tried to access the website on my mobile, the vertical scroll would freeze and would work after attempting to scroll after a few times. I added the following CSS code to solve that problem:

    @media only screen and (max-device-width:700px) {
    html{
    	overflow-x: visible !important;
    }
    }

    Now this has introduced a weird horizontal scrollbar only on my home screen. Please advise.

    Thanks!

    • This topic was modified 2 years, 3 months ago by srs70.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter srs70

    (@srs70)

    ok, looks like I solved my own issue by setting the Overflow for those sections manually to HIDDEN. They used to be DEFAULT.

    Kush

    (@kushnamdev)

    Hello @srs70 ,

    Thank you for using Neve and for reaching out!

    We are glad to hear that it got solved and you were able to find the solution on your own.

    Thank you and have an amazing day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile home screen shows horizontal scroll bar’ is closed to new replies.