Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1088838

    Hi there, I asked a question in the comment section on themeforest regarding he hamburger menu and if it there was an option to add the word “menu” next to the icon in the desktop version and I received the following code:

    .av-hamburger strong {
    display: block;
    }

    However, what that did was it added the word ‘menu’ very small under the icon and it shifted the icon up… so now the menu does not look aligned. Is there a way to add the word menu next to the icon so it doesn’t shrink both the icon and the text and so it’s not out of line?

    Thanks!

    #1088875

    Hey btaefi,

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

    Best regards,
    Victoria

    #1088928

    this is my site: http://new.tailgatepal.com/

    this is how I was trying to make it look: https://tailgateguys.com/home/stanford

    #1089425

    Hi,

    Please try to replace the CSS you posted with this instead:

    .av-hamburger strong {
        font-size:16px;
        display: block;
        position: absolute;
        top: -40px;
        left: 50px;
    }

    Best regards,
    Rikard

    #1089730

    perfect, thank you so much

    #1089742

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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