Make logo small and move it (info way)
-
Hi, is it possible to have a small logo on the left hand side rather than a big one in the centre as in my theme at the moment?
Thanks!
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 achieve this by using the following CSS code.
To use this code in the admin area of your site go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS code.
To add Custom CSS you’ll need the Custom Design upgrade, which you can purchase in your dashboard under Store.
div#headimg { float: left; width: 250px; } #headimg img { width: 100%; height: 100%; }Best Regards,
Vinod Dalvoi -
-
You are most welcome, if I can be of any further assistance please don’t hesitate to ask :)
- The topic ‘Make logo small and move it (info way)’ is closed to new replies.