[Resolved] TOPBAR Responsiveness

Home Forums Support [Resolved] TOPBAR Responsiveness

Home Forums Support TOPBAR Responsiveness

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

    Is it possible to change the top bar padding for responsiveness for mobile

    #528827
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .inside-top-bar {
            padding-top: 20px;
        }
    }

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

    #529086
    Aisling

    Perfect thank you

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