• Resolved bauwb

    (@bauwb)


    Dear all,

    I made this website using the JupiterX theme and Elementor Page Builder.

    For some reason the following two pages are wider than viewport. So if you scroll to the right, there is an extension. I have no idea why this happens and this should not be the case.

    1) https://sslrent.be/
    2) https://sslrent.be/over-ons/

    All the other pages on this website don’t have this problem. Any ideas what I have to look for or how I can fix this problem?

    Thank you for your help!

    Best regards.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to add css to your body tag to remove horizontal scrolling. Here’s the code snippet you should be looking to integrate in your code:

    body {
      overflow-x: hidden;
    }
    Thread Starter bauwb

    (@bauwb)

    Hey Luka, it works. Problem solved. Thank you lots!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pages wider than viewport’ is closed to new replies.