Site logo

[Resolved] Image Header in Mobile mode

Home Forums Support [Resolved] Image Header in Mobile mode

Home Forums Support Image Header in Mobile mode

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

    Hello.
    I’ve created a header for a page through Elements and it looks great on Desktop. However, not so much on mobile – only a small portion of the image appears.
    I found the solution reading this post in the support forum, but it does not work.
    Please, may you have a look?

    #1575840
    David
    Staff
    Customer Support

    Hi there,

    you have the full screen option enabled in your Header Element – which means any padding that would create a smaller height image is overwritten.

    You can disable he Full Height on Mobile devices by adding this CSS:

    @media (max-width: 768px) {
        .page-hero {
            min-height: auto;
        }
    }
    #1575909
    Enrico

    Thank you very much!
    It’s fine now.
    Have a good day!

    #1576002
    David
    Staff
    Customer Support

    Happy to be of help!

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