Forums
Home / Theme: Meteorite / increase logo size?
(@katerkoff)
7 years, 4 months ago
Hi, How can i increase logo size from frontpage?
(@terrathemes)
Hello,
to increase the logo size you can use this CSS in a child themes style.css or Additional CSS section of the WordPress Customizer:
.logo-container a img { max-height: 100px; padding: 10px 0; }
Please provide some feedback whether this solved your issue and mark the topic as resolved.
It worked for me, thanks! But when i scroll down site, logo decreased more than necessary.
UPD: I figured out size of light logo css:
.nav-container.floated.fixed .logo-container a img { max-height: 60px; }
Great you found the solution!