Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #883496

    I have a problem with my custom CSS. I want the text “menu” below my hamburger menu. But now i get half of the hamburger menu with text “menu” below. I want the full icon with text “menu” below.

    This is my CSS code now:

    #advanced_menu_toggle:after {
    content: ‘Menu’ !important;
    font-size: 13px !important;
    left: 6px;
    position: absolute;
    top: 15px;
    }
    .av-burger-menu-main strong {
    display: block;
    }

    #883527

    Hi Onliner!

    Please replace your code above with following one

    .av-hamburger-box {
        height: auto;
    }
    .av-burger-menu-main strong {
        display: block;
        position: absolute;
        top: -15px;
    }

    Best regards,
    Yigit

    #883559

    Great. Thank you! Enfold Super Support.

    #883565

    Hi,

    You are welcome! :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hamburger menu enfold’ is closed to new replies.