- This topic has 3 replies, 2 voices, and was last updated 7 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › WEN Business › Logo size
Tagged: logo resize
How to resize my logo?
I want it to keep it’s resolution but just show it in a smaller size in the theme.
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!!
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%;
}
Hello @rnb ,
Yes the CSS will work as well . You can adjust the width according to your requirement .
Best Regards!!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



