Archived topic
Item menu mobile center with different font size ?
5 replies · Started by jmarc on December 18, 2022
Hello
I would like to get the mobile menu items centered with a big font size but I can't manage it :(
Can you please help ?
Thak you
MArc
or example
Hi there,
can you share a link to your site where you want this applied ?
Hello David
In private message please ...
Thank's
Marc
Hi Jmarc,
Can you try adding this through Appearance > Customize > Additional CSS:
@media (max-width: 768px) {
nav.main-navigation .main-nav > ul > li > a {
text-align: center;
line-height: 2.5;
}
}
You may alter 2.5 to your preferred value.
Let us know how it goes.
Hi Fernando
It works fine !
Thank you :)
Marc
You're welcome, Marc! :)