Archived topic
Vertical menu in left sidebar
1 reply · Started by Lynn on June 12, 2018
I created a vertical menu on https://www.jockosbeach.com/ by locating the primary navigation to the left sidebar. I also added a custom html widget below the navigation in the left sidebar and added a background colour of black to the nav and widget. There is a space between the navigation and widget that I would like to remove so that the black is continuous from top to bottom. But I don't want to colour the whole sidebar black. Any suggestions?
Hi Lynn,
try this CSS:
#site-navigation {
margin-bottom: 0;
}