Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #594384

    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…

    #594395

    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

    #594435

    Thank you. Could a -3px padding (left and right) be useful to decrease subsequently the space?

    #594438

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.