Tagged: header
Hi, just looking to spread the main menu evenly across the screen. CSS from other posts wasn’t working.
fixed image link: sorry!
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
Hi marypolistchuk,
Did you get it working with Guenni007’s suggestion or do you need more help?
Best regards,
Victoria