[Resolved] Page header text on mobile

Home Forums Support [Resolved] Page header text on mobile

Home Forums Support Page header text on mobile

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

    Hi there,

    I’ve added a page header with some text to the homepage. I’ve set top & bottom padding to 20%. It looks fine on desktop but on mobile some of the text is covered by the menu.

    What can I do to make it look better?

    Many thanks πŸ™‚

    #569211
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (max-width: 768px) {
        .page-header-content-container {
            padding-top: 40%;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #578560
    Kim

    Works perfect πŸ™‚

    Many thanks!

    #578959
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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