Hi,
How can I adjust my nav and logo (set as inline) so that it fits on one line when viewed on a desktop?
I added this css earlier but then I added one more tab and it jumped to two lines, I tried adjust the width in css but nothing happened. Thanks in advance!
Code: .x-navbar-inner .x-container.max {
max-width: 1600px;
}
.x-navbar-inner .x-container.max,
.x-topbar-inner.x-container {
max-width: 1600px;
}
Screenshot:

