Home Forums Theme support Logo on phone not responsive i think

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 2 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • The logo on a phone (in this case a iPhone 7) not responsive i think.
    If you look at the print screen you will see the pink logo is not round but a bit of an egg.
    If i take another phone (sadly also iPhone, a 11Pro) the logo is a bit less egg but still not okay.
    Sadly we only have iPhones here to test
    How can i resolve it? on a Macbook Pro 15 and Mand Macbook Air 13 its okay.

    screen print logo

    Hi, we saw the problem, can you please add this CSS code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    @media only screen and (max-width: 767px) {
    #brand img {
    height: auto !important;
    }
    }

    This should solve the problem.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.