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

    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

    #1344128

    Hey sitesme,

    Please check this out: https://kriesi.at/documentation/enfold/menu/#logo-centered-split-menu

    Best regards,
    Rikard

    #1344501

    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

    #1344539

    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

    #1344613

    Hi

    Please check the URL in private.

    #1344641

    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

    #1344675

    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.

    #1344710

    Hi,

    Please try to adjust this value to your liking:

    margin-right: 498px;

    Best regards,
    Rikard

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