Tagged: Hamburger-Menu, mobile menu
-
AuthorPosts
-
August 23, 2018 at 7:30 pm #1000906
This is what I’d like the mobile (hamburger) menu to look like: https://imgur.com/a/1hLcWep.
Essentially I like to:
1. Move mobile menu to the bottom of the header.
2. Add text “Menu” to the left of hamburger.
3. Add background color behind full width menu section.
4. Male hamburger itself a little smaller.August 24, 2018 at 12:05 pm #1001159Hey CompleteWebResources,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaAugust 24, 2018 at 12:09 pm #1001165Temporary dev link here: https://www-rkohl.hosts.cx/
August 24, 2018 at 2:02 pm #1001229Hi CompleteWebResources,
Can you disable caching and minification for now, so that I can test css better?
Best regards,
VictoriaAugust 24, 2018 at 4:50 pm #1001307Yes, sorry, disabled now.
August 24, 2018 at 8:04 pm #1001382Hi,
Have you used any code to customize the menu? It already appears to be in conflict. The menu item colors are white on white for me.
Please remove any previous code added and try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - mobile styles */ @media only screen and (max-width: 479px) { .responsive body#top #wrap_all .main_menu { right: auto!important; left: 50%; transform: translate(-50%); background: gold; top: 218px; min-width: 100%; } .responsive #top #main { padding-top: 78px !important; } .responsive #top #header_main > .container .main_menu .av-main-nav > li > a { position: absolute; transform: translateX(calc(50vw - 50px)); }}
Best regards,
VinayAugust 24, 2018 at 8:16 pm #1001386Okay, thanks. Any way to have “Menu” left of the hamburger instead of below it?
August 24, 2018 at 8:38 pm #1001393Hi,
Please check our documentation to add a word before the menu icon.
Hope this helps :)
Best regards,
VinayAugust 25, 2018 at 2:01 am #1001446That’s great, thanks. Appreciate the support!
August 25, 2018 at 8:41 am #1001532Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardAugust 27, 2018 at 3:45 pm #1002316That should do it, thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.