• Hi.

    I can’t resize the logo, I used css but it didn’t help.
    .site-logo img { max-height: 120px ! important; }

    I appreciate if you can help me.

    ailusvibes.uy

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

Viewing 1 replies (of 1 total)
  • Hi @michael132

    You can try to resize the logo using following CSS:

    
    img.custom-logo {
        max-height: 400px;
    }
    

    I hope this code helps you. Do let me know how the code works.

    Regards,
    Ruchit

Viewing 1 replies (of 1 total)
  • The topic ‘I can’t resize the logo,’ is closed to new replies.