On this site: https://sharprockvineyards.com/
Mobile View, the hamburger menu and Shopping cart icon is blocking the logo
How can I adjust it?
Thank you
Hey Elames :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) {
.responsive .logo img {
max-width: 65%;
}}
Best regards,
Yigit
Sorry that didn’t help.
Hi,
Please try changing the code to following one
@media only screen and (max-width: 480px) {
.responsive .logo img {
width: 65% !important;
}}
If that too does not help, please create a temporary admin login and post it here privately so we can look into it :)
Best regards,
Yigit
Got it. I think there was another custom css that was affecting it. I removed it and it appears to be ok now.
Thanks as usual Yigit:-)