Hello,
i have a small problem on this website (in private content). The mobile menu doesn’t display
The main menu never display when width is under 750px. Perhaps this is because of the header background ?
Thanx for your help.
Regards,
Loïc
Hi leplusweb!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 750px) {
#advanced_menu_toggle, #advanced_menu_hide { display: block; }}
Best regards,
Yigit
Hi,
thanx a lot. With your response i find the problem.
Regards,
Loïc