Font size in sidebar widget menu for iPhone
Hi,
how to increase font size in sidebar widget menu for iPhone?
http://pixelway.de/projekt-dres-harth/ueber-uns/
thanks
Hi,
how to increase font size in sidebar widget menu for iPhone?
http://pixelway.de/projekt-dres-harth/ueber-uns/
thanks
Comments
Hi,
Please, use the following CSS code:
@media only screen and (max-width:767px){ .widget_mfn_menu .menu-item{ font-size: 20px!important; } }Thanks