Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #544683

    Hi, as per the title, the client’s new logo is coming out incredibly small on mobile. Please suggest how I can improve. It’s fine on desktop.

    #544692

    Hi andrea!

    Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    strong.logo img {
        padding: 5px !important;
    }
    }

    Best regards,
    Elliott

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