Dear Sirs!
My main Menue is perfekt transparent and well in size.
but switching to smaller sizes it gets underlayed and increased in size (which matters on phones)
solution?
desktop: transparent menue/size perfect
switching smaller size – menue not transparent/size blown up for no reason
Hey buerogestaltet,
Can you try adding this CSS code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:989px) {
.responsive.html_mobile_menu_tablet #top #wrap_all #header {
position: absolute !important;
background-color: transparent !important;
}
.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a,
.responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container {
height: 60px !important;
line-height: 60px !important;
}
}
Best regards,
Nikko