Hello,
could you please help me with this:
how to make Mobile Menu Items bigger (bigger font = bigger text) to be more readable on mobile/tablets?
Concerned website: duo-arcos.cz
Thank you in advance for your help!
Vojtěch
Hello,
could you please help me with this:
how to make Mobile Menu Items bigger (bigger font = bigger text) to be more readable on mobile/tablets?
Concerned website: duo-arcos.cz
Thank you in advance for your help!
Vojtěch
Hey there
Please add this CSS code in the Appearance > Customize > Additional CSS:
@media (max-width: 991px){
.main-navigation .menu li a {
font-size: 21px;
line-height: 35px;
}
}
Regards
Thank you so much for your help!
You are most welcome @nejv04
Regards