Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #475317

    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.

    #475333

    Nevermind, finally found it here!

    .html_header_sidebar #header .av-main-nav > li {
        float: none;
        display: block;
        margin: 0px 5px;}
    #475605

    Hey!

    Great, glad you found the solution :-)

    Cheers!
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.