Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1061343

    Hello,

    Updated to Enfold 4.5.3 yesterday and now on mobile, the top of all pages is hidden under the header. What happened? It looks like all pages start at the top of the screen disregarding the header. How can I fix this?

    #1061347

    Hey Court_2,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .responsive #top #main {
    margin-top:100px!important;
    }}

    Best regards,
    Jordan Shannon

    #1061357

    Wonderful! Thank you so much, Jordan! That did it.

    #1061582

    Hi,

    I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Page tops hidden under header on mobile’ is closed to new replies.