x

Navigation menu font size change on mobile

Hello 

Just wondering if there is any way I can make my menu font size bigger when they are viewed on the mobile?

My link: www.yiannchen.com

Thank you!

1,436 Views
Message 1 of 7
Report
6 REPLIES 6
Square

Hi @annandann It looks like the site is on a custom theme which could affect the view of the font on mobile. Try reverting back to a standard Weebly theme and your font size should increase.

1,433 Views
Message 8 of 7
Report

1,429 Views
Message 8 of 7
Report

Look in your CSS for font size rules that in in @Media queries; those rules will apply for specific screen sizes. Something like this is what I mean:

@Media and screen (max-width: 767px)

{

    .paragraph

    {

        font-size:15px;

    }

}

1,423 Views
Message 8 of 7
Report

Hello @BJ 

Thank you so much for helping. 

so I found something like this image

just to double check if this is something you mean and what would you suggest to do with it?

Thanks!

1,416 Views
Message 8 of 7
Report

Hi, 

I have the same question, only I would like to change the font of my mobile nav menu, not the size. I just don't know where under @ Media and screen (max-width: 767px)  I have to put my font-family exactly?

(I'm much less experienced than annandan clearly Smiley Tongue )

Thx

1,347 Views
Message 8 of 7
Report
Square

Don't forget to post a link to your site when you comment on new threads. Smiley Wink

1,346 Views
Message 8 of 7
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.