Shrink logo
-
Hi, I can’t seem to shrink the logo on my website. Can anyone advise me on a code to adjust the size of the logo on my site. Many thanks.
The blog I need help with is: (visible only to logged in users)
-
HI there,
Please try this CSS code, it will adjust the image and the site title:
img.custom-logo { max-height: 50px; } @media screen and (min-width: 768px) { .wf-active .site-title { font-size: 25.4px; } }Let us know if that did the trick =)
-
- The topic ‘Shrink logo’ is closed to new replies.