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

    You can use this custom CSS code in Appearance -> Customize -> Additional CSS, to reduce the size of the logo in the mobile view

    @media (max-width: 1023px) {
      .site-branding img {
        max-height: 70px;
      }
    }

    Regards.

    Thread Starter esteban_g_j

    (@esteban_g_j)

    Thank you friend, had to change ir to 1024px and worked prefectly

    @media (max-width: 1024px) {
    .site-branding img {
    max-height: 70px;
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo size in mobiles gets overlapped by menu’ is closed to new replies.