Tagged: burger, burger menue, main menue, menue, sidebar
-
AuthorPosts
-
July 30, 2020 at 4:49 pm #1234180
Auf Deutsch (english translation see below):
Hallo zusammen, ich arbeite derzeit mit einer Webseite, wo das Hauptmenü und Logo links in der Sidebar platziert sind. Da die Sidebar in der mobilen Variante beim iPad extrem viel Platz wegnimmt, möchte ich ab 1100px bereits auf Burger Menü umschalten und dieses inkl. Logo in klein oben im Header anzeigen lassen, so wie es bei Darstellung im Kopfzeilenbereich auch üblich ist. Da ich aber eine Seite habe, die links das Menü in der Sidebar darstellt, wird auch nur links anstelle der Menü Punkte das Bürger Menü geändert, die Sidebar bleibt aber mit Logo bestehen und das selbe Problem bleibt bestehen. Die Dokumentation für Enfold gibt uns diesen Code, welcher sich aber nicht auf mein Sidebar Problem bezieht./* Activate burger menu */
@media only screen and (max-width: 1224px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}
Danke schonmalIn English:
Hello everyone, I am currently working with a website where the main menu and logo are placed on the left side of the sidebar. Since the sidebar in the mobile version of the iPad takes up a lot of space, I want to switch to Burger Menu at 1100px and display this burger icon plus logo on top of the page, as it is usual for the header area. But since I have a page that displays the menu in the sidebar on the left side, my menue changed to burger icon but the sidebar is still there and the same problem remains. The documentation for Enfold gives us this code, but it does not refer to my sidebar problem./* Activate burger menu */
@media only screen and (max-width: 1224px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}
Thank you.August 2, 2020 at 1:28 pm #1234607Hey yvitam,
Could you post a link to where we can see the results you are getting please? Also please try to explain your intentions a bit further, since I don’t fully understand what you want to change.
Best regards,
RikardSeptember 28, 2020 at 9:08 am #1248929did you resolve the left menu template with ipad burger menu ?
September 28, 2020 at 4:20 pm #1249067Hi bubaweb,
Can you please be more specific about what the issue is?
Could you please attach some screenshots of the issue?
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.