Home Forums Free Themes WEN Business Logo size

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58451
    rnb
    Participant

    How to resize my logo?

    I want it to keep it’s resolution but just show it in a smaller size in the theme.

    #58502
    wensolutions
    Keymaster

    Hello @rnb,

    To decrease the size of the logo use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    a.custom-logo-link img {
        max-width: 70%;
    }

    Adjust the max-width according to your requirement .

    Hope this helps .

    Best Regards!!

    #58910
    rnb
    Participant

    Thank you!!

    Although, the logo didn’t change.
    Then I looked up the CSS using the Inspector and used this code, this actually did work! But I don’t know if it’s right coded.

    .site-branding img {
        max-width: 50%;
    }
    #58914
    wensolutions
    Keymaster

    Hello @rnb ,

    Yes the CSS will work as well . You can adjust the width according to your requirement .

    Best Regards!!

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