hi there,
how can i center the logo and have the menu aligned on the left (like this http://lonelyleap.com/)?
heres the URL of the working site: http://bylinestudio.com/
i tried to center with the css code snippet in this article: https://theme.co/apex/forum/t/header-navbar-how-can-i-get-the-navbar-centered/2929/4 But it didnt change.
this is the custom css, i have now:
.masthead-inline .desktop .x-nav {
float: left;}
.x-brand, .x-navbar .desktop .x-nav > li > a {
text-align: center;
}
thanks!