Hi,
Because this quick css does not work with: Logo in the center, menu above?
html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
I want the image to take up the entire page width
Thank you, Flavio
Hey Flavio1963,
Can you post a link to your page? so we can check the logo.
Best regards,
Nikko
So is with the menu below
(www.corobrenta.it/site)
Flavio
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.container.av-logo-container {
padding: 0;
margin: 0;
width: 100%!important;
max-width: 100%!important;
}
Best regards,
Yigit
Hi,
Everything is OK, thank you
I also wanted to ask why there is no menu above and to the right
Thank you
Flavio
Hi,
please always open a new ticket for an additional question/issue. Explain to us in your new ticket what exactly you’re talking about, by adding screenshots for example (imgur.com, Dropbox). As far as I can see it your menu is working fine. A mockup showing the results you want to achieve would be awesome for us to understand what you’re trying to achieve.
Best regards,
Andy