I want to move logo to left side. I have added
.x-navbar-inner .x-brand {
margin-left: -50px;
}
to x - theme options - css. Basically that works, but when using larger screen the logo won´t be on very left. With smaller screens it is ok on left end. Any solutions available?
Got a solution besides that css. X - Options - Layout and Design. Site max width need to be adjusted. Maybe not perfect but seems to work somehow.