Hi all,
I´ve got this horizontal Scroll Bar on my Site and I have no Idea how to get rid of it. If Set every Element on Top Level to 100% VW - still a little Gap ob the right side.
Can someone help?
Here is my site Read-Only: LINK
Hi all,
I´ve got this horizontal Scroll Bar on my Site and I have no Idea how to get rid of it. If Set every Element on Top Level to 100% VW - still a little Gap ob the right side.
Can someone help?
Here is my site Read-Only: LINK
Hi there!
Unwanted horizontal scrolling can be frustrating, but there are several effective ways to resolve this issue. The most common solution is to set Overflow: hidden on the parent element of the content causing the overflow. You can do this by locating the problematic element, selecting its parent element, and adjusting the setting in Style panel > Size.
To prevent future scrolling issues, regularly check your layout’s responsiveness by resizing the Designer canvas. This helps ensure all elements adjust properly across different screen sizes. If your site includes interactions, verify they aren’t creating extra whitespace, which commonly occurs on mobile devices.
You can identify overflow issues by testing both in the Designer and published site - simply scroll left and right to spot elements extending beyond your design’s boundary. Keep in mind that if you’re using Position: sticky elements, they won’t function properly if their parent elements are set to Overflow: hidden.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.