Change size of logo using CSS?
-
Hi,
I need help changing the size of my logo on my website that I am creating using CSS? Could somebody explain to me how to do it step-by-step?
Thank you so much!
The blog I need help with is: (visible only to logged in users)
-
I hope you are well today and thank you for your question.
You can change the size of logo by using the following CSS code and changing the width value in it to whatever you want to.
#site-logo a img { width: 150px; }You will find information about how to edit CSS code on the following page.
http://en.support.wordpress.com/custom-design/editing-css/
You’ll need to be upgraded to Custom Design, which allows you to edit the CSS.
Please advise if you have more questions.
Best Regards,
Vinod Dalvi -
-
You are most welcome, if I can be of any further assistance please don’t hesitate to ask :)
- The topic ‘Change size of logo using CSS?’ is closed to new replies.