PDA

View Full Version : Helping a friend Part Deux


cwphotos
Mar-05-2007, 10:17 AM
So im helping a friend with her CSS coding and such, trying to get the site fully operational by next weekend but have a few more snags.

1. How can I center the text on the gallery titles.
2. How can I remove the grey background from behind the galleries? (I have tried copying code from my site becuase I dont have this but for some reason its a no go.)
3. Here banner on gallery pages is to far left. how can I get it to move close to the way it is on the front page.

Can anyone help a brother out? :barb

richW
Mar-05-2007, 12:29 PM
.albumTitle {text-align: center;}

Depending which way you have the galleries displayed, either:
#categoriesBox .boxBottom {background-color: transparent;}
or
#galleriesBox .boxBottom {background-color: transparent;}

re:banner. Do you have a link to the site?

cwphotos
Mar-05-2007, 12:34 PM
oh crap forgot that.

efinlan.smugmug.com

richW
Mar-05-2007, 01:30 PM
After seeing the page. For the gallery box, use this:
#galleriesBox.box {background-color: transparent;}

For the banner. Look for this line in your css for the banner.
.homepage #my_header {

change it to this:

.category_Galleries #my_header,
.homepage #my_header {

This will make both the homepage and gallery page the same.