Hello,
I have a site under construction and you can see the menu at http://www.floridadpe.com/index.php/about/
I can’t figure out how to adjust the padding on the menu in the left sidebar, which I’ve spaced about 50px from the left edge of the browser. I’d like “Home”, “About”, “Checkrides”, etc. to be closer to the left edge of the gray box that they are in (I believe the header css). Try as I might, I can’t quite seem to find the correct custom CSS to move it closer to the edge.
Thank you.
Nevermind, finally found it here!
.html_header_sidebar #header .av-main-nav > li {
float: none;
display: block;
margin: 0px 5px;}