Okay
  Public Ticket #2695978
Site Not Scrolling
Closed

Comments

  • Jacob started the conversation

    My site no longer scrolls past the fold. Not sure what is going on there.

  •  8,848
    Tahir replied

    Hey Again, 

    Were you able to check for a plugin conflict ?

    Thanks


    ThemeNectar Support Team 

  • Jacob replied

    With all plug-ins disabled the problem persists. When I disable salient the issue goes away. I also worked with WP Engine and they determined it was a theme issue. 

    Yes I am using the most up to date version of Salient. I downloaded it today and installed it to be sure. 

  •  8,848
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    html, body {
        height: auto !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Jacob replied

    Perfect that did it! Thank you!