You can use one of these and do background/border behind it?
Or do you want the gap between the lines?
You can use one of these and do background/border behind it?
Or do you want the gap between the lines?
The menu goes the entire width of the page, I want to to be as short as the forum categories and sidebar
Do you mean the background color of the menu?
Really don't know exactly what you mean but maybe this helps...
For the Sidebar boxes
.boxesSidebarLeft .box:not(.boxBorderless), .boxesSidebarRight .box:not(.boxBorderless) {
background-color: red;
color: white;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
You can use this Website to create your box-shadow https://www.cssmatic.com/box-shadow and see how it would look like