Creating Webpage without overflow content & no scrolling

I am trying to create a website with pages that only have one section. The pages I want to create will showcase everything in view immediately without having to scroll down. For example, if I wanted to make a page that only has the header, footer, and some pictures in between, I do not want the user to be able to scroll down since no scrolling is necessary. My question is… How do I do that? A page with simple content, no scrolling, no overflowing content…

Have you tried? What specific problems are you encountering?

Hi @haya-fayez !

In this case you need to use VH (viewport height) unit. To prevent a scrollbar from being automatically added to your page, check that the height of your sections adds up to 100vh.

Learn More - https://support.wix.com/en/article/editor-x-units-of-measure