Hello,
We have built a very simple Enfold site here: (see URL in private box)
The header is 1248 x 300, and on Firefox it displays perfectly. (the header image height is set to a custom size, 274px)
On Safari and Chrome, the header image is reduced to 300×100 — tiny.
Is there a setting I am missing, in order to get the image to stretch full-screen in the boxed layout?
Thank you
Margaret
Hey mterrian!
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;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
div#header_main .container {
padding: 0;
}
.logo img, .logo {
max-width: 100%;
width: 100%;
}
Best regards,
Yigit
Yigit you are amazing as always. Thank you.