• Resolved managerslo

    (@managerslo)


    Hello

    I have a website and after some updates I saw that my site now scrolling sideways, what I do not want to happen, the width should be 100%, no scrolling left and right.

    This did not happen before, I tried to change some width settings of elementor elements but nothing did it.

    Thank you four your time and help.

    Best regards,

    BR

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @managerslo,

    Thank you for the query.

    You might have particular part of your content which is wider than the window width. While having this content stays in your site, and to prevent sideways scrolling, you may add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    html,
    body {
            overflow-x: hidden;
    }
    Thread Starter managerslo

    (@managerslo)

    Thank you @kharisblank

    I used your code, it worked ????.

    Best regards,

    BR

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website scrolls left and right on mobile view’ is closed to new replies.