Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1171014

    Good morning,
    i would like to know if there is a way to fix the frontpage of my website (enfold), because at the moment there is still the possibility to scroll it up and down..
    following an image of what i mean.

    https://ibb.co/9wdZdjX

    Thank you
    Matteo

    #1171292

    Hey Matsky1,

    Add this to quick css:

    .html_header_top.html_header_sticky #main{
    padding-top:0px;
    }
    
    article.entry{
    margin-top:50px!important;
    }

    Best regards,
    Jordan Shannon

    #1171366

    Hi Jordan, thank you but even adding this code i have still the same problem..

    You can try to see it.

    Regards
    Matteo

    #1171532

    Hi Matteo,

    You need to have less content so that the page content height is the same as the browser height. You need to reduce the whitespace on the page. The Layer Slider height is 810px on my end and it makes the page scroll, it will be difficult to fix it with the Layer Slider.

    Best regards,
    Victoria

    #1171540

    Hi Victoria,

    you mean that the only way to reduce white space on my frontpage is to have less content? Is it no possible through some code to reduce it? or maybe through some settings ?

    This issue i can find not only on big pc desktop but also on smaller pc desktop.

    Best regards,
    Matteo

    #1171596

    Hi Matteo,

    Well, yes, to have less content or have the slider that adapts to the view height of the window, which Layer Slider does not do in this case, unfortunately. Or try to set the slider height to the 80vh or less.

    Best regards,
    Victoria

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