Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #644384

    Hi,

    By browsing this forum, I can show mobile menu in all screen size, but the position is at the right side of the screen. I would like to change the position to the left side, and put logo inside the mobile menu (at top)
    So the logo will not show until accessing mobile menu.
    Is there any easy way to do so?

    Regards,

    Ips

    • This topic was modified 7 years, 11 months ago by BetterflyFX.
    #644421

    Hey BetterflyFX,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #644430

    I need to put the burger menu to the left of the page below the logo also add the logo is in the burger menu (at the top of the list). So the page looks clean

    • This reply was modified 7 years, 11 months ago by BetterflyFX.
    #644770

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #advanced_menu_toggle, #advanced_menu_hide {
        right: auto;
        left: 0;
    }
    .logo, .responsive .logo { display: none !important; }
    

    Then go to Appearance > Menus and add a new Custom link and insert your logo in navigation label field using HTML – http://www.w3schools.com/tags/tag_img.asp

    Best regards,
    Yigit

    #645318

    works beautifully! Thanks Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Menu Logo and Burger Menu Position’ is closed to new replies.