• Hello! I am starting with wordpress a few months ago

    I am using the elementor plugin to make a website and I am needing that the website does not have any type of scrolling.
    I leave a website as an example
    https://www.thomaspeschak.com/

    Is there a plugin for this? or what advice do you give me?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

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

    html {
        overflow-y: hidden;
    }

    Try this and see if that helps.

    Thanks.

    Thread Starter dnboria

    (@dnboria)

    Hi Kartik! Yes it works!

    Now i have to adapt the website.

    Thanks!!!

    Thread Starter dnboria

    (@dnboria)

    Not to open another topic.
    I was able to remove the scroll, but what css code should I use to get everything on the screen like the example website?
    n any resolution the complete web is shown

    • This reply was modified 5 years, 6 months ago by dnboria.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Website without scrolling’ is closed to new replies.