Hi, I'd like to center and make the menu font larger on Nutrition theme. Hoping you could help me with this. Thanks!
Hi, To make menu center and increase the menu font size, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #MainNav #menu { margin: auto; width: 64%; } #menu li a { font-size: 18px; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com Note: Change % & px (precent & pixel) values according to your requirement.