Increasing Logo size- css code
-
Hi Guys,
i’m trying to make my logo slightly bigger but can’t seem to find the right css code. Any idead?
thanks,
Rachel
The blog I need help with is: (visible only to logged in users)
-
HI Rachel
Try custom CSS below.
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
You need to be on the WordPress.com Premium Plan for custom CSS to save. You can only preview custom CSS on the free plan.
.site-logo { max-height: 180px; height: 180px; }
- The topic ‘Increasing Logo size- css code’ is closed to new replies.