Top Navigation Full-Width

Hi,

is it possible to make the top navigation full-width? When I reduce the screen size, at a certain resolution some navigation items move in a second row, which makes the menu very thick and ugly.
Would full-width be a good solution for this? And how do I set it to full-width?

Thanks very much in advance!

Dennis

Hi Dennis,

Thank you for writing in, Navigate to Theme Options > Header and adjust your Navbar Top Link Spacing



And you can also reduce your Navbar Font Size



If you really want a full-width navbar, please add this to Theme Options > CSS

@media (min-width: 980px) and (max-width: 1090px) {
	.x-navbar .x-container.width {
		width: 100%;
	}
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.