Had a look at the preview site and not sure which excessive space you mean exactly. Could you share screenshot / mention the specific page / section you are facing this issue on?
These two are screenshots taken while accessing the website on a phone. The first screenshot is in landscape mode, and the second one is in portrait.
If you can preview the site, you’ll notice that in all formats—desktop, tablet, and mobile—there’s extra space on the right side.
I’m not sure how to fix it, so if you could help me, I’d really appreciate it. Thanks!
My guess here is the below highlighted element in your ‘Container Default’ is taking up that extra space leading to the horizontal scroll as a result. You could explore fixing its styling / layout structure in a way that it doesn’t go beyond the viewport width.
It should ideally fix the issue. That being said, if you want an easy fix to ensure that the elements are styled the same way for design purpose but want to get rid of that scrollable extra space, here’s a short tutorial on how to do that and this should solve the issue as well. Hope this helps.