Logo bigger
-
I have tried to find exactly where to add in the specific code to change the width of the custom log I uploaded to my site as I do a lot of css changes on many sites, however I am having trouble finding the correct location for this particular code.
I know the updated code to change the site logo is the following:
@media screen and (min-width: 768px) {
.woocommerce-active .site-header .secondary-navigation {
width: 37.8260869565%;
}
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
width: 31.73913%;
}
}however after checking every page of .php files associated with storefront, I am still unable to locate where this code should be added.
Please help me fix this issue as the logo is very small on my current site:
- The topic ‘Logo bigger’ is closed to new replies.