Making logo bigger on Storefront site
-
Hi, I’m working on a temp site at the moment and have tried various php and css plugins (code snippets and SiteOrigin css) to increase the logo size but the logo image just won’t go bigger.
I’ve tried:
@media screen and (min-width: 768px) {
/* LOGO */
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { width: 40% !important; /* Use px values if you want, eg. 350px */ }/* SECONDARY NAVIGATION */
.site-header .secondary-navigation { width: 30% !important; /* Use px values if you want, eg. 350px */ }/* SEARCH BAR */
.site-header .site-search { width: 20% !important; /* Use px values if you want, eg. 350px */ }
}Also, increasing .custom-logo width
Nothing seems to work. It’s v. frustrating. Any ideas on what to try gratefully received. thank you
The page I need help with: [log in to see the link]
- The topic ‘Making logo bigger on Storefront site’ is closed to new replies.