Tagged: header
Hi, i’d like to have logo that take the full width of the header. Now settings are: logo centered, menu below. Logo is 1130px wide (as layout size) but it displays at only 300px in the center. Enfold version: 4.1.2. Thanks.
Hey maryhellensegatta,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header_main .container.av-logo-container {
max-width: 100%;
padding: 0;
}
.html_header_top.html_logo_center .logo {
position: static;
margin: 0 auto;
transform: none;
float: none;
}
.logo img {
display: block;
margin: 0 auto;
}
Hope this helps :)
Best regards,
Nikko
Thanks, you can mark as resolved.
Hi,
I’m glad you were able to get this solved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon