PDA

View Full Version : Center Categories


hmilesjr
12-09-2005, 12:29 AM
I have installed the PHPLD on my site

I have edited the main.css but feel I am missing something. I am trying to space out the 3 columns to fillin the page better and add some space between the rows. I would like to change the text link colors in both the path bar and the directory links. I also want to remove the underline under the main category names.

Thanks in advance,

Hubert

Hizson
12-09-2005, 11:57 AM
Try adding

margin-left: auto;
margin-right: auto;

in the body section of main.css. Thats what worked for me.

Jere

hmilesjr
12-09-2005, 06:50 PM
Ok I have the spacing thing figured out. Now I need to get the text color and the underline removed from the Category links?

Where in the CSS can this be done. I've been all through the code, but I'm missing something somewhere.

Hubert