Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #782604

    Hey guys,
    I need to remove the 25px of whitespace under my mobile header…only the mobile, not the full version.

    Thanks!

    #782813

    Hey JPOsteen,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top_page {
        margin-top:0 !important;
    }
    }

    Best regards,
    Rikard

    #782873

    Worked perfect! Thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove whitespace under mobile header’ is closed to new replies.