Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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.

    #1001159

    Hey CompleteWebResources,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1001165

    Temporary dev link here: https://www-rkohl.hosts.cx/

    #1001229

    Hi CompleteWebResources,

    Can you disable caching and minification for now, so that I can test css better?

    Best regards,
    Victoria

    #1001307

    Yes, sorry, disabled now.

    #1001382

    Hi,

    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,
    Vinay

    #1001386

    Okay, thanks. Any way to have “Menu” left of the hamburger instead of below it?

    #1001393

    Hi,

    Please check our documentation to add a word before the menu icon.

    Hope this helps :)

    Best regards,
    Vinay

    #1001446

    That’s great, thanks. Appreciate the support!

    #1001532

    Hi,

    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,
    Rikard

    #1002316

    That should do it, thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.