[Resolved] Header hight on Ipad issue

Home Forums Support [Resolved] Header hight on Ipad issue

Home Forums Support Header hight on Ipad issue

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

    Hello,

    I noticed that the height of my header on Ipad is shorter than the height of the header on Kindle Fire HDX, for example. In fact, the height of the header on Ipad is shorter than on any other device. Is there a way to lengthen it?

    Thank you,

    #1668139
    Ying
    Staff
    Customer Support

    Hi Manuela,

    Go to appearance > elements, find the header element that assigned to front page, increase the top and bottom paddings for mobile which includes mobile and tablet, for example 200px for both top and bottom paddings.
    https://docs.generatepress.com/article/header-element-overview/#padding

    Then add this CSS to target mobile:

    @media (max-width: 481px) {
        .home .page-hero {
            padding-top: 100px;
            padding-bottom: 100px;
        }
    }

    Let me know how it works!

    #1668255
    Manuela

    It works great!

    Many thanks ๐Ÿ™‚

    #1668289
    Ying
    Staff
    Customer Support

    You are welcome ๐Ÿ™‚

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