Hi!
I need to have a logo that is 1310x195px in size. (I’m using a boxed layout)
I want the header to be be completely filled with a logo.
When i set the custom header size to 195px and add a logo that has the 1310x195px it does not fille the entire header, it attaches to the top and is centered.
Hey Paul!
Please upload your logo in needed size and then post the link to your website
Best regards,
Yigit
Hi!
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;
}
Regards,
Yigit
Thanx!
Is there anyway to have it fill the entire header ? As it looks now it’s still a border around the bottom and the sides.
Hey!
Please try adding !important rule to the second code as following
div#header_main > .container {
padding: 0!important;
}
Best regards,
Yigit
Excellent! Worked great!