I am using Wix Studio and I would like to make a responsive site that exactly fills the screen height and width. That works as long as I don’t use any header by selecting the section and choosing in the inspector the fit screen option. But as soon as I add a header it doesn’t work anymore, there is always the option to scroll on the right side.
How does this work?
Thanks for your help!
Hi there!
If your header is not overlapping your page-height section, you will need to compensate for its height. You can do that by docking your section to the top with a value that’s equal to your header’s height.
Example: your header height is 100 px, and its responsive behaviour is set to “fixed height”
Your section is set to fit the page (or set to 100vh with advanced dimensions), and you will dock it to top at -100 px
Let us know if that fixes it