Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #326618

    How would I create more space between the menu items?

    Example:

    Item1 (SPACE) | (SPACE) item2 (SPACE) | (SPACE) item3 (space)

    I used this CSS, but the space is only on the left (see site below).
    .av-main-nav > li > a { padding: 0 25px; }

    Important: I want to make sure the hover lines below the menu items stay the same width between the | items.

    #326629

    Hi saki!

    Please add following code to Quick CSS as well

    .avia-menu-fx { left: -12px; }

    Cheers!
    Yigit

    #326662

    No change after adding the above css. I have included the login if that helps.

    #326665

    Hi!

    Please flush browser cache and refresh your page a few times. This is how it looks on my end – http://i.imgur.com/79foZu3.png

    Best regards,
    Yigit

    #326725

    Hmm, I do so, but the menu space on each side is not equal. Here’s what I see:

    https://dl.dropboxusercontent.com/u/52916400/menuspace.png

    #327000

    Hey!

    You can add this on Quick CSS or custom.css:

    .av-main-nav > li > a > .avia-menu-text:after {
    content: "";
    position: absolute;
    right: -25px;
    border-right: 1px solid #e2e2e2;
    height: 100%;
    top: 0px;
    }

    Best regards,
    Ismael

    #327379

    That works for spacing, but the hover line below it is still not in the right place when people hover.

    #327383

    Hey!

    Please remove the code i posted here – https://kriesi.at/support/topic/increase-space-between-menu-items/#post-326629

    Regards,
    Yigit

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