[Resolved] Mobile logo too small

Home Forums Support [Resolved] Mobile logo too small

Home Forums Support Mobile logo too small

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #486782
    Charles

    Hi Tom,

    Sorry for my n00bness here but I have been searching for information on the forum on how to change the size of the logo on the mobile side.

    I have tried the various CSS notes on other support topics here but that doesn’t seem to solve my particular issue.

    On the desktop and tablet view, the logo is the proper size. When I go to mobile, the logo is very small.

    If you need access to WP, let me know.

    Regards,

    Chuck

    #486874
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try this CSS:

    @media (max-width: 768px) {
        .inside-header {
            padding: 0;
        }
    }
    #487381
    Charles

    Hi Leo,

    That did the trick! Thank you sir.

    You and Tom support the GP users at a very high customer service level. We all appreciate it!

    Chuck

    #487424
    Leo
    Staff
    Customer Support

    Glad we could help 🙂

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