Archived topic
Trying to have fullscreen page, with no scroll.
1 reply · Started by Thomas on May 15, 2019
Hi GP, congratulations with the 5 years :)
Im trying to make a fullscreen page, but for homepage only. I have this css
.html {
width:100%;
height:100%;
overflow:hidden;
}
It works perfectly, to remove the scroolbars. But it does it on everypage, then i tried editing it like this
.home #html {
width:100%;
height:100%;
overflow:hidden;
}
but i can't seem to get it to work on the frontpage only. Any of you clever guys in here that knows why i dosent work on frontpage only?
Im using newest version of GPP
Hi there,
the elementor content is set to 100vh so is filling the screen. I see a space below which looks like the browser making space for a horizontal scrollbar. You would need to check your elementor content to make sure nothing is overflowing to stop this from happening.