This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Robert Hall
Hi there,
How do I Make the Main Menu Items Font sizes smaller – I have 10 items and they are currently taking up 2 rows in desktop view.
Thanks.
Hello,
Please use this code in custom.css file:
#main-nav > ul > li > a{
font-size: 12px;
padding: 5px 7px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up