• Hi,
    I put logo on my site and I had to put some code in function.php and css. On my page it looks ok but it’s too big on mobile. Could please help me to change it?
    regards
    Marta

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    You need to use a smaller number for the logo’s min-width value.

    So this is what the CSS code would look like:

    @media screen and (min-width: 130px) {
    .custom-logo {
        max-width: 130px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Logo size on mobile’ is closed to new replies.