-
AuthorPosts
-
September 29, 2016 at 7:06 pm #693297
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
September 29, 2016 at 7:09 pm #693299Hey pajicu,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitSeptember 29, 2016 at 7:11 pm #693304Login credentials
September 29, 2016 at 7:18 pm #693307Hi,
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,
YigitSeptember 29, 2016 at 7:31 pm #693311it’s ok now but i have that small margins on both sides it’s not 100% width
September 29, 2016 at 7:32 pm #693313and bottom space…i dont want bottom space
September 29, 2016 at 7:53 pm #693325Hi,
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,
YigitSeptember 29, 2016 at 7:54 pm #693329PERFECT!!!!
Thank you very very much
-
AuthorPosts
- The topic ‘Full-width logo’ is closed to new replies.
