Hello Support,
I have a full-width image for the logo in the header. It is loading perfectly with Firefox and IE.
In Chrome, it is loading “too small”.
I attempted to place in CSS from a similar problem on another site – it didn’t work. The image was better in Chrome; however, it skewed to the right – breaking the frame – in FF and IE.
Do you have a fix? (screenshots & info below).
~ Greg
SITE: http://216.104.178.20/
Screen Shots of working logo
Screen Shot of logo not working
Hi Greg!
Please add following code to Quick CSS
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#header_main .container {
padding: 0;
}
Best regards,
Yigit
nailed it!! Thank you, Yigit