Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @sophiehodgson

    Please navigate to Dashboard > Appearance > Customize > Additional CSS and insert the CSS snippet below:

    @media screen and (max-width: 880px) {
      .logo-img {
        max-width: 360px !important;
    }
    }
    @media screen and (max-width: 750px) {
      .logo-img {
        max-width: 330px !important;
    }
    }
    @media screen and (max-width: 640px) {
      .logo-img {
        max-width: 300px !important;
    }
    }

    Kind Regards

    Theme Author WP Royal

    (@wproyal)

    Hi,

    If you have any other questions feel free to open a new support topic and we will do our best to help you.

    Kind Regards,
    Nick

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

The topic ‘Ashe theme – logo tiny in mobile view’ is closed to new replies.