The logo on http://www.bustersoutfitters.com is actually 1100 wide, 198 tall. It’s displaying correctly in Firefox, but in Chrome it’s displaying at 100×300. Looking at the page source, you can see it’s hard coded to 100×300. Where is this defined, and why?
Hey mrshaffly!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Best regards,
Yigit
Perfect! Thank you.