Good morning!
I’ve noticed that in Chrome [Version 39.0.2171.95 m] my site’s logo is shrunken. ‘Inspect Element’ reveals some pretty random things – img tag is arbitrarily given 300 x 100 attribute, and actual display is 465 x 45 ! Nowhere have I specified these dimensions.
Actual size is 1030 x 100. That’s what it should display at, and that’s how it’s set up in Enfold options!
[Screenshots and URL in private section below]
Updated Enfold to 3.4 (from 3.2) to no avail.
Many thanks,
Mac
Hey lightsites!
Try adding this to your custom CSS.
.logo { width: 100% !important; }
Cheers!
Elliott
Love it! The simplest solution is always the best one! Thank you very much!
Mac