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

    Hi,
    i would like to center my navigation and put the logo to the left so that there is about 0,5cm space left until the logo is showing.
    Is that possible? That would be great :)

    Thanks for your help,
    rixi

    #1345279

    Hey rixi,
    To center the menu and leave the logo to the left, try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (min-width: 990px) { 
    #header_main .main_menu {
        position: relative;
        right: unset;
        display: flex;
        justify-content: center;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1345495

    Hi Mike,
    perfect, it works!
    Thanks a lot!!!

    many greetings Rixi

    #1345497

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Navigation centered, logo left’ is closed to new replies.