I see the logo which I inserted in Enfold very large on my mobile version. This happens only in Google Chrome mobile browser. Other mobile browsers or dekstop browsers including Google Chrome show the logo perfect. Tried to change it with CSS but it doesn’t seem to affect it.
Does anyone has a solution?
Hey rob_alblasserdam,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header #header_main .logo a img {
max-height: 70px !important;
width: auto!important;
}
Best regards,
Vinay