I've tried all the codes and none are working for me....
my site is - https://thewellnessdiva.squarespace.com/
and the password is LetMeIn!
I would like my nav to go all the way across the screen.
The latest code i tried was this --
.header-title-nav-wrapper {
flex: 1 0 90%;
}
.header-layout-nav-center .header-nav {
width: 100% !important;
flex: 1 1 100%;
}
Thanks!!!