Theme Author
Tom
(@edge22)
Hi there,
It looks like your site header is set to contained. If you set that to “Full” you should be able to use this CSS:
.inside-header {
display: flex;
align-items: center;
}
.site-logo {
order: 1;
}
#site-navigation {
order: 2;
margin-left: auto;
margin-right: auto;
}
.nav-float-right .header-widget {
order: 3;
top: 0;
}
Hope this helps 🙂
Thread Starter
Eivind
(@eivsemb)
Thanks, that solved the issue with centering the navigation!
I figured out why the header wasn’t full width myself: I’m using header element (merge with content to get transparent header), and I just had to select Full width for Container (Page Hero tab) to display as full width.
Regards
Theme Author
Tom
(@edge22)
Glad you got it all working 🙂