How to decrease menu padding
I'm sure this is a quick one! I just want to decrease the top and bottom padding for the main and secondary menus. I added the following code I found somewhere else on the forum to the Custom CSS section but it didn't change anything.Thanks.
.nav-secondary ul.menu a {
text-transform: uppercase;
font-weight: bold;
line-height: 44px;
padding:0px 12px 0px 12px;
/* You may add more CSS rules like width, height etc here */
}
.nav-primary ul li a {
text-transform: uppercase;
font-weight: bold;
line-height: 42px;
padding:2px 12px 2px 12px;
/* You may add more CSS rules like width, height etc here */
}