Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1054603

    Hey,

    I’d like the word MENU to be to the right or below the burger icon on mobile. I’ve tried all kinds of solutions I’ve found in these support forums, and also the code snippet found in the documentation:

    /*————————*/
    /* Add word menu next to hamburger icon
    /*————————*/
    .av-hamburger strong {
    display: block!important;
    position: absolute;
    left: -90%;
    top: 0;
    font-size: 20px;
    transform: translate(-90%, -44%);
    }

    Nothing seems to work! Does using a Transparent and Glassy Header make a difference?

    #1055235

    Hey Killick,

    The thing is you’re running older version on of the theme than the one where this code will work. You might want to update the theme first.

    Best regards,
    Victoria

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