Logo Size with Secondary Navigation Menu
-
Hi,
I’m trying to customise my logo size on Storefront theme.Without have a secondary navigation menu I use this code:
`@media screen and (min-width: 768px) {
.woocommerce-active .site-header .site-branding img {
max-width: 40%; /* Adjust this percentage up or down to make the logo larger or smaller. */
}
}`
and all works fine.However, when I add the secondary menu, my logo size can only be adjusted up to a limited very small size. I’ve tried numerous ways, resizing the secondary navigation menu, but the logo size still stays limited.
Any help appreciated.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Logo Size with Secondary Navigation Menu’ is closed to new replies.