Hello.
Is there an easy way to center the logo alongside within the menu and with some spacing between the links?
Something like:
Link 1 | Link 2 | Logo | Link 3 | Link 4
Here’s a screenshot of an example: https://dns.d.pr/HmKEdi/1MNFZQgCqo
Thank you
Hey sitesme,
Please check this out: https://kriesi.at/documentation/enfold/menu/#logo-centered-split-menu
Best regards,
Rikard
Thank you @Rikard. That worked.
Is it possible to align the menu to the container?
Left 3 menu links aligned to the left | Logo | Right 3 menu links aligned to the right
Something like this? https://dns.d.pr/0dZAi6/4sluOFhs5y
The logo would remain centered as it is.
Thank you
Hi,
Thanks for the screenshot. I’m not sure if that is possible, but send us a link to your actual site, and we’ll have a closer look at it.
Best regards,
Rikard
Hi
Please check the URL in private.
Hi,
Thanks for that. Please try this CSS as well:
@media only screen and (min-width: 780px) {
.av-main-nav-wrap {
width: 100%;
}
#top #header .av-main-nav li:nth-child(3) {
margin-right: 498px;
}
}
Best regards,
Rikard
Thanks @Rikard.
It worked quite well but the right side is still not totally aligned to the right. Please check the link in PVT from my previous message and the sshot below.