[Resolved] Footer Layout on Mobile

Home Forums Support [Resolved] Footer Layout on Mobile

Home Forums Support Footer Layout on Mobile

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

    Hi,

    My footer not good on mobile. I can’t see copyright and it has got white padding.

    http://www.eskitursuevi.com

    thanks

    #456866
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .site-info {
            padding: 20px;
            background-size: 100%;
        }
    }

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

    #456918
    remzi

    yes worked

    thanks

    #457298
    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.