Submenu font size too small on iPhone
Hi,
How can I change the font size for the iPhone in the submenu on the following page? The font of this menu is currently too small?
[Links visible only for registered users]
Thanks
Hi,
How can I change the font size for the iPhone in the submenu on the following page? The font of this menu is currently too small?
[Links visible only for registered users]
Thanks
Comments
Hi,
Try the following CSS code:
@media only screen and (max-width:767px){ .sidebar .widget_mfn_menu .menu .menu-item a{ font-size: 18px; line-height: 1.2em; } }Best regards