Tagged: ismael
-
AuthorPosts
-
September 25, 2017 at 10:09 am #856384
Guten Tag,
in der Menuleiste haben wir 7 Namen von Unterseiten. Diese werden auf einem iPad im Querformat in 2 Zeilen angezeigt. Die Zweite Zeile rutscht auf das Headerbild und wird unlesbar. im Hochformat wird automatisch das Menu-ICON angezeigt. Wie kann ich das Menu-Icon für ein Tablet im Querformat erzwingen?
Schöne Grüße nach Österreich
September 25, 2017 at 5:21 pm #856604Hey Andreas,
Könnten Sie uns bitte einen Link zu Ihrer Website geben, wir brauchen mehr Kontext, um Ihnen helfen zu können.
Best regards,
VictoriaSeptember 25, 2017 at 7:02 pm #856668This reply has been marked as private.September 26, 2017 at 10:53 am #856867Hi andreasconstantin,
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: 991px) and (max-width: 1023px) { .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } } @media only screen and (min-width: 1024px) and (max-width: 1100px) { .av-main-nav > li > a { padding: 0 6px; } } @media only screen and (min-width: 1101px) and (max-width: 1150px) { .av-main-nav > li > a { padding: 0 8px; } }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 26, 2017 at 10:59 am #856871Hey Victoria
noch immer der gleiche Fehler. Der Code hat an der Darstellung nichts verändert.
September 26, 2017 at 11:07 am #856875Hallo Vivtoria,
September 27, 2017 at 5:16 am #857264Hi,
Thank you for the info. We modified the code in the Quick CSS field. Please remove browser cache or hard refresh before checking the page.
@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,
IsmaelSeptember 27, 2017 at 12:39 pm #857470Danke Ismael,
jetzt funktioniert es!September 27, 2017 at 6:41 pm #857671Hi andreasconstantin,
Froh, dass wir helfen könnten :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.