 
	
		Tagged: menu styling, sidebar
Hi,
I want to create a sidebar menu that has two items in a horizontal list, with no separators. I’m completely stumped. Please help.
Hey Simon!
Try adding this code to the Quick CSS:
.html_header_sidebar #header .av-main-nav > li {
    display: inline-block;
    margin: 0;
}
.html_header_sidebar #header .av-main-nav{
    text-align: center;
}
.html_header_sidebar #header .av-menu-button-colored > a .avia-menu-text {
    padding: 0;
}Cheers! 
Josue
BRILLIANT. Thanks!
Simon
You are welcome Simon, glad to help :)
Regards,
Josue
