Site logo

[Resolved] Mobile navigation icon

Home Forums Support [Resolved] Mobile navigation icon

Home Forums Support Mobile navigation icon

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

    Hi,

    I have my mobile navigation set as sticky within the header.

    I would be grateful for guidance how to change the hamburger/toggle icon size?

    #2554515
    Leo
    Staff
    Customer Support

    Hi there,

    You already have this CSS added:

    #mobile-header button.menu-toggle {
        position: absolute;
        right: 0;
    }

    So you can just add a font-size property to it:

    #mobile-header button.menu-toggle {
        position: absolute;
        right: 0;
        font-size: 20px;
    }

    Let me know if this helps 🙂

    #2554541
    ammgbr

    Thank you Leo, that works.

    One more think, how can I ensure that the distance between the search bar to the logo is the same as the distance of the search bar to the menu icon? It seems the search bar padding is not identical

    #2554560
    Leo
    Staff
    Customer Support

    You can add a line for padding-right in the CSS here:
    https://generatepress.com/forums/topic/mobile-navigation-icon/#post-2554515

    #2554705
    ammgbr

    Thank you Leo that works

    #2555599
    Leo
    Staff
    Customer Support

    No problem 🙂

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