Hello,
unfortunately I have problems with the main menu.
1. the header background – transparent, but white when srolling – should be shown full screen when it’s white – it is too small now, where can I change this?
2. the logo area and menu look horrible on mobile phone – what mistake did I make? What’s wrong there? Is it possible to display it in the same way as on desktop?
Thank you for help, best regards, Eva.
Hi,
Because she has used CSS code to do those fixes for you ;-)
Best regards,
Basilis
Hi Eva_Lutions,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet #top #wrap_all .av_header_transparency,
.html_mobile_menu_tablet #top #wrap_all .header-scrolled {
background-color: #fff;
}
}
If you need further assistance please let us know.
Best regards,
Victoria