Tagged: 

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

    screen shot of header area

    Hi, just looking to spread the main menu evenly across the screen. CSS from other posts wasn’t working.

    #1257509

    fixed image link: sorry!

    https://imgur.com/bkPXn4S

    #1257527

    you can try to have here a flexed container – and the li’s as flex-items.
    Try on quick css:

    #avia-menu {
        display: flex !important;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    this could end up in a multi line menu – but i guess the hamburger state will be effective before that happens

    #1257736

    Hi marypolistchuk,

    Did you get it working with Guenni007’s suggestion or do you need more help?

    Best regards,
    Victoria

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