• Resolved katmort

    (@katmort)


    Hi,
    I’m making a web-page that needs to be full screen without any scrolling.
    It’s for a photographer, so she wants her images to be displayed on the page as a slideshow with the menu and possibly top-bar and footer overlaid.This website is the example of what she wants, but nicer: https://www.thomaspeschak.com/
    However, I want to be able to keep the other pages normal.
    Am I able to do this through just placing in a slider from a plugin, or do I need to add CSS code for 100%vh, and where would I add this?

    Thank you!

Viewing 1 replies (of 1 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, I recommend you to use Elementor, create a page with it, then add a full height section and use this css code to remove the scroll bar from the homepage:

    html {
        overflow-y: hidden;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to make a full page that doesn’t scroll’ is closed to new replies.