Tagged: Boxed, header, Header Size
Hi Enfold Team,
So i’m in boxed content set to 1130 px width
My logo image is 1130×143
My header is set on “centered, menu below”
My custom menu height is 143px.
With these settings my logo is stretched by the browser to 542×69
I would like my logo to display full-size, i.e. 1130×143
Site is here : http://tawaangal.net/
Thanks for your help
Hi ouranos3!
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;
}
#header_main .container {
margin: 0;
padding: 0;
width: 100%!important;
}
Best regards,
Yigit
That seems ok.
Thanks Yigit.