Can you please tell me how I can reduce the font size and spacing of the items in the top menu of this template. I want to make room for more menu items across the top.
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste
.hornav > ul > li > a {
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
}
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »