Secondary menu padding/margin
-
Hello I’ve resized my secondary menu by using:
#nav-second ul.sf-menu>li {
width: 11.05%;
}But I now need to reduce the padding or margin from the left and right sides so the first menu item is closer to the left and the last menu item can be closer to the right.
e.g.
#nav-second ul.sf-menu>li {
width: 11.05%; padding-left:0px;margin-left:0px;
}How can I do this please?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Secondary menu padding/margin’ is closed to new replies.