Hello,
I have problem with the responsive function of Storefront.
I put a background jpg image in the header at the right size (1950*500).
For the tablet and smartphone versions, I managed to hide the background and make a logo appear with the additional CSS.
Only problem, the background appears in handheld menu https://ibb.co/MDMWP5y
/* Responsive CSS for Header on desktop*/
@media only screen and (min-width: 1024px) {
.site-header .custom-logo-link img {
display: none;
}
}
/* Responsive CSS for Header on mobile*/
@media only screen and (max-width: 768px) {
.site-header .custom-logo-link img {
display: show;
}
#masthead.site-header {
background: none;
}
}
Thanks for your help
Lvoh
Woocommerce version 5.9
Storefront version 3.9.1
The logo used to be the correct size, but after various WordPress & plugin updates, it is now very vastly reduced in size.
How do I fix this please?
]]>Since the update, I cant see the logo that i have set.
]]>Since the last update the logo does not appear on the /checkout page any more but is fine on all other pages?
This was working fine before the update
Thanks
]]>Hi, since this morning update my logo has dramatically shrinked. The problem is that it doesn’t display the full size image but a 110×110 thumbnail. So even if I add “.site-header .site-logo-link img {max-height: none;}” to the css nothing happens.
Will you resolve this bug soon?
Hi,
Is there a way to change the URL the logo links to?
]]>What difference is there between the section title tagline option of the site and the branding of the plugin?
]]>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:
]]>Hi,
I upgraded version 1.2.0 to 1.2.1, but unfortunately in this new version I can not align my logo in center of the header section.
Please let me download and use the old version (1.2.0).
Regards,
]]>Hello,
Thank you for your plugin.
Please, check my website https://www.afronline.gr, on mobile version (smartphone or tablet) and tell me how can I make the logo bigger?
Thank you very much.
Best regards,
Prokopidis Stylianos
Hi I am newbie, i am using the retailer child theme by wp dev shed, installed the plugin but cannot see the logo, how can i get the logo to show up on this child theme?
]]>Hello, I’m using the newest Woo and Storefront, the problem is that when I force https for admin, I get security error during customization caused by image attachment on the left side of my screen which is http, logo in my header is fine – https.
Regards
]]>Hi,
The logo isn’t showing up when I reduce the browser to less than 768px or on mobile devices. There’s a display:none; that is messing with it, and I can’t work out how to get around that.
Thanks,
Karl
After activating your plugin the Branding tab does not show in the Customize menu?
]]>Hi,
I’m working on SEO for my site and noticed the logo doesn’t have alt or title text.
Would you be able to advise the code I need to include and which file it goes in.
Many thanks
Andrew
Hey, here’s my site and I can’t seem to get it to work!
Can someone please help? ??
]]>Hi, thanks for the excellent plugin, I was wondering if we could remove the white border surrounding the logo? It kinda makes it weird.
]]>Hi,
I noticed that the site logo is showing too small on mobile device. is there a way to make it show bigger on mobile?
Thanks,
]]>Is it possible to have the logo and the tagline showing at the same time?
]]>Is there any way to make the logo bigger using code?
It just is such a tiny amount of space and I have vast amounts of nothing to fill.
]]>I need to set an https link for my checkpout process not to show unsecure links. Can you add that?
Cheers,
Jan
Is there an easy way to make the logo image clickable so it will be redirect to the main page without modifying the plugin itself to avoid changes lost when updating ?!
]]>How do you center the logo?
]]>