Resize My Logo Header
-
Hi
I’m looking to resize my logo header, is there some css coding I can add to make it either bigger or smaller?
The blog I need help with is: (visible only to logged in users)
-
Hi David,
You can use following CSS code to resize the Header Logo image. You can alter the values as per your requirement.
.header .custom-logo-link img { height: 100px; width: 500px; }Hope this works for you :)
- The topic ‘Resize My Logo Header’ is closed to new replies.