Ab 1205px soll das Menü in den Bürger Mobilen Modus gehen, funktioniert auch.
Macht er aber nur von 1205px bis 990px danach ist es nicht mehr sichtbar.
Child Theme angelegt mit einer style.css.
Hey Lars,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 768px) {
.html_header_top .av_bottom_nav_header .av-logo-container .main_menu {
display: block;
top: 20px;
right: 20px;
}}
Best regards,
Yigit