Hi,
In certain width size, menu and image are in the similar position and covered to each other. What can I do?
Hi pnacho!
Thank you for using Enfold.
I’m sorry but the it requires us to login before we can see the website. Please post the login credentials here and set it as a private reply.
Best regards,
Ismael
Hi!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
Yigit
Is there any other form? Without hide menu like a mobile version?
Hi!
You can add following code to Quick CSS in Enfold theme options under General Styling tab and decrease the padding between menu items
@media only screen and (max-width: 990px) {
.av-main-nav > li > a { padding: 0 5px; }}
Best regards,
Yigit
Ok. Thanks :)