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

    Hello Kriesi –
    On MOBILE: I need the text of my landing page to be at the very top of the screen. However there is always a margin of 15-20% which I cannot remove anywhere. If you use the mobile menu to jump to an anchor, you will also see this top margin of space. Please help. Is there a CSS?

    I am including the link to my website and login credentials in the private content

    thank you very much

    Peter

    #1289947

    Hi jacobs64,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #landing-mobile .av_one_fifth:first-child {
        display: none;
      }
    }

    Best regards,
    Nikko

    #1290180

    Thank you very much Nikko – yes of course, that container was using the space :-)
    BR Peter

    #1290256

    Hi jacobs64,

    You’re welcome and we’re happy that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How can I reduce the top margin of landing page on mobile?’ is closed to new replies.