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

    Hi, I selected the large separator option for the menu but the right side separator is missing as you can see here – http://screencast.com/t/qcVVjF2X – how can I add it?

    Also, how can increase the spacing between the different menu items?

    Thanks.

    #523712

    Hey DROR!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    ul#avia-menu > li:nth-child(1) > a {
        border-right: 1px solid #e2e2e2;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #524027

    Great, thanks. What about adding more space between the menu items?

    #524600

    Hi!

    Please insert the below css and adjust the min-width to an appropriate value:

    .av_seperator_big_border .av-main-nav > li > a {
        min-width: 130px !important;
    }

    Cheers!
    Dake

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