PDA

View Full Version : moving gallery page elements down 150px


ChristopherJAshdown
Feb-18-2009, 05:09 PM
I have put a menu into my website that sits on top of an image. Ever since, I've had other elements positioned under the menu:

example gallery:
http://ChristopherJAshdown.smugmug.com/gallery/6032688_NwYsN#377820637_3WZ5j


my objective is to have all the elements appear below the menu. This is 150px from the top of the window.


i've tried:

.gallery_XXXXXX #gallerypage {

position: absolute;
top: 150px;
}


any help would be great,


many thanks.

SENSEI
Feb-18-2009, 08:15 PM
For the gallery pages you can try to add:

.galleryPage #bodyWrapper {
padding-top: 150px;
}

You may need to play with the number to see where you like it exactly...

ChristopherJAshdown
Feb-18-2009, 09:40 PM
once again it's so simple to fix. Thanks very much for you help - looks good now. :)