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

    Hi,

    I need to reduce the logo size slightly on mobile. It crashes into the search icon on some devices.

    Please advise

    Thanks

    #1369707

    Hey woogie07,

    Thank you for the inquiry.

    You can use this css code to adjust the size of the logo on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive .logo img, .responsive .logo svg {
        max-height: 60px;
      }
    }

    Default value is 80px.

    Best regards,
    Ismael

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