-
AuthorPosts
-
July 18, 2017 at 11:01 am #823191
Hello, I am new to wordpress and aswell to this template.
Now I have to problem as you can see in the screenshot.
When the window is the full size it’s fine and when it’s smaller, then I get the mobile Version – that works absolutly fine
but when it’s somewhere between then this happens.How can I prevent that?
I have to keep all of the menus.
ScrennshotThank you for your help!
-
This topic was modified 8 years, 3 months ago by
ringeisen.
July 20, 2017 at 4:25 am #824335Hey ringeisen,
Thank you for using Enfold.
Please go to the Appearance > Menus panel, create a new menu then set it as Enfold Main Menu under the Theme Locations section.
// https://codex.wordpress.org/WordPress_Menu_User_Guide
Best regards,
IsmaelAugust 24, 2017 at 10:48 am #843383Hello Ismael
Thanks for your answer:
I have already marked this options.Best Regards
-
This reply was modified 8 years, 2 months ago by
ringeisen.
August 24, 2017 at 1:46 pm #843482Hi,
Thank you for the update.
Please go to the Enfold > Main Menu > General panel. Set the “Menu Items for mobile” to the second option then add the CSS code to force the mobile menu to display when the screen width is less than 1366px.
@media only screen and (max-width: 1366px) and (min-width: 768px) { .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special { display: block; } }Best regards,
IsmaelAugust 24, 2017 at 4:22 pm #843573This reply has been marked as private.August 26, 2017 at 5:22 am #844277 -
This topic was modified 8 years, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
