Hi, how can I decrease via quick css the space between the main menu voice here?
I’ve some difficulties to customize my primary nav menu…
Hi Nicola!
Please add following code to Quick CSS
#top .av_seperator_big_border#header .av-main-nav > li > a {
padding: 0 1px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Thank you. Could a -3px padding (left and right) be useful to decrease subsequently the space?
Hey!
Padding cannot go subzero. You can add and adjust following code instead
.av_seperator_big_border .av-main-nav > li > a {
min-width: 70px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit