PDA

View Full Version : title in albumLarge


Oakley
Jan-19-2007, 03:58 PM
Hey Dgrin

Anyone know how to fix the position of my title when the galleries are in "Large Thumb Mode"?

Large Thumb Mode - http://thepupil.smugmug.com/Private/273610

Normal Thumb Mode - http://thepupil.smugmug.com/Private/192624

Cheers

Pupator
Jan-19-2007, 06:32 PM
Try this

p.albumTitle {padding-top: 150px;}


Let me know if that doesn't work.

Oakley
Jan-19-2007, 06:50 PM
Try this

p.albumTitle {padding-top: 150px;}


Let me know if that doesn't work.

Great - that worked. But I'm a little worried that padding may be just a quick fix. ??? But I won't complain.

Thanks!

Pupator
Jan-19-2007, 06:51 PM
Great - that worked. But I'm a little worried that padding may be just a quick fix. ??? But I won't complain.

Thanks!

It's only a "quick fix" if it turns out there are some places where you don't want that level of padding. If/when that happens, we'll just make a more specific rule.

No worries!

Oakley
Jan-19-2007, 08:32 PM
It's only a "quick fix" if it turns out there are some places where you don't want that level of padding. If/when that happens, we'll just make a more specific rule.

No worries!

OK, it is moving all the titles down 150 px. But I only want it to move down the "albumLarge" titles. How does that work?

Thanks for your help.

Oakley
Jan-19-2007, 08:45 PM
OK, it is moving all the titles down 150 px. But I only want it to move down the "albumLarge" titles. How does that work?

Thanks for your help.

No worries. Problem solved. I justed needed the code to be:

.albumLarge p.albumTitle {padding-top: 150px;}

Thanks for your help.