I want the logo to be full-width and to appear above the menu?
i tried codes like:
#header_main>.container {
max-width: 100%!important;
width: 100%!important;
}
and
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#header_main>.container {
margin: 0;
}
and
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#header_main>.container {
max-width: 100%!important;
width: 100%!important;
}
but nothing happened
plz help
Hey pajicu,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit
Login credentials
Hi,
I added following code to Quick CSS
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Then set header height to 245px (which is the height of your logo) in Enfold theme options > Header then flushed cache. Please review your website now. When you make changes on your site, please do not forget to flush cache on your cache plugins settings.
Best regards,
Yigit
it’s ok now but i have that small margins on both sides it’s not 100% width
and bottom space…i dont want bottom space
Hi,
I added following lines as well
.container.av-logo-container {
max-width: 100%!important;
margin: 0!important;
padding: 0!important;
}
.logo, .logo img { width: 100%; }
Please review your website now
Best regards,
Yigit
PERFECT!!!!
Thank you very very much