[Support request] Trying to have fullscreen page, with no scroll.

Home Forums Support [Support request] Trying to have fullscreen page, with no scroll.

Home Forums Support Trying to have fullscreen page, with no scroll.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #899973
    Thomas

    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

    #900083
    David
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.