-
AuthorPosts
-
April 27, 2020 at 12:33 pm #1207487
Hi,
I have changed the menu so that it should be displayed on a table as a mobile menu.Unfortunately, no change on the tablet.
What can that be?Best Regards
StefanApril 27, 2020 at 1:36 pm #1207505Hi Stefan,
Could you please create temporary admin logins and post them here privately so we can look into it?
Regards,
YigitApril 27, 2020 at 3:35 pm #1207532This reply has been marked as private.April 27, 2020 at 6:07 pm #1207555Hey,
I cleared cache in WP Fastest Cache and confirmed it loads mobile menu on screens below 990px :)
Please review your website and do not forget to clear cache after making changes.
Cheers!
YigitApril 30, 2020 at 7:40 am #1208455Hi Yigit,
here is a screenshot of an iPad in portrait format!
Unfortunately it does not work. The menu overlays the logo.In the wide view it looks good on the iPad only in portrait format, since the setting does not seem to work.
I’ve cleared the cache!Regards
StefanMay 1, 2020 at 10:30 am #1208772Hi,
the menu doesn’t look good on a MacBook Air either!?!
See the screenshot.Regards
StefanMay 1, 2020 at 10:40 am #1208780Hi Stefan,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1200px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardMay 1, 2020 at 3:51 pm #1208854Hi Rikard,
Thank you very much, my customer just does not agree, because he would like to see the navigation points.
Isn’t it possible to put the logo to the left on a certain size, that would gain space?
Would be great if you had a solution.Best Regards
Stefan- This reply was modified 4 years, 6 months ago by Bassmann.
May 4, 2020 at 6:24 pm #1209638Hi Bassmann,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 990px) and (max-width: 1100px) { .av-main-nav>li>a { padding: 0 10px; } .logo img { width: 80%; margin-top: 15px; } }
If you need further assistance please let us know.
Best regards,
VictoriaMay 6, 2020 at 4:46 pm #1210387Hi Victoria,
that fits.
Thanks.The entry can be closed.
Best Regards
StefanMay 8, 2020 at 3:49 am #1210877 -
AuthorPosts
- The topic ‘Problems switching menu for tablet’ is closed to new replies.