Left Nav Page Type HELP

Permalink
So my left nav page type is displaying as the right nav page type... In the main css it was floated righted so I floated it left. This somewhat fixes it but then the Spacer vertical bar must be a php img thing because I can't find it in the html/css.... help please

BradMash
 
BradMash replied on at Permalink Reply
BradMash
This is the for dark chocolate theme btw.
NBardales replied on at Permalink Reply
NBardales
Are you talking about the header navigation? If you are, check line 34 of the 'main.css':

#page .divider{padding-top: 12px; background: url(images/nav_horizontal_divider.gif) no-repeat top; overflow:hidden; height:1px; clear:both; width:100%; }


The 'background' is what makes it display the vertical bar.

Hope this helps.