1. rickmartin2020
  2. Commercial Templates
  3. Wednesday, 08 July 2020
  4.  Subscribe via email
Can you give me CSS code to reduce the padding on the horizontal menu? When the page is scrolled down, before the top menu reduces height, it is just a little bit too high.

Thanks.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

Edit to taste

.hornav > ul > li > a {
margin-left: 5px;
margin-right: 5px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!