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.
Hi saki!
Please add following code to Quick CSS as well
.avia-menu-fx { left: -12px; }
Cheers!
Yigit
No change after adding the above css. I have included the login if that helps.
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
Hmm, I do so, but the menu space on each side is not equal. Here’s what I see:
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
That works for spacing, but the hover line below it is still not in the right place when people hover.
Hey!
Please remove the code i posted here – https://kriesi.at/support/topic/increase-space-between-menu-items/#post-326629
Regards,
Yigit