• Hi,
    I am using the twentytwentyone theme.
    I have a problem with the mobile version concerning the menu and the font of this one.
    My question is simple: what is the css class that would allow me to reduce the font size of the menu in the mobile version?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the opposite problem. The font size in the menu is tiny relative to desktop. Now I’m wondering if I missed a setting.

    Moderator Kathryn Presner

    (@zoonini)

    @mand01 – looks like your question was overlooked. If you still need help with it, this custom CSS should reduce the font size of the mobile menu:

    /* Mobile menu font size */
    @media screen and ( max-width: 482px ) {
        .primary-navigation a {
            font-size: 14px;
        }
    }

    Hi @vmalzahn – hmm, that’s odd. Could you please start a new thread and provide a link to your site so folks can take a look directly and see what might be going on?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mobile menu and font-size’ is closed to new replies.