PDA

View Full Version : removing space at top of gallery


scotte
Nov-13-2007, 06:20 AM
Hello again,
How can i remove the space at the top of this gallery?
http://sososworld.smugmug.com/gallery/3805525

it is my journal page and i hid the breadcrumbs but it looks as though they are causing the space. i would like to move it up a little so you dont have to scroll the page to see the blog, closer to the NAV bar.

I have tried to find it reading but i am stumped. I know its just some padding statement.

thanks for any help.
Scotte

Allen
Nov-13-2007, 06:44 AM
Hello again,
How can i remove the space at the top of this gallery?
http://sososworld.smugmug.com/gallery/3805525

it is my journal page and i hid the breadcrumbs but it looks as though they are causing the space. i would like to move it up a little so you dont have to scroll the page to see the blog, closer to the NAV bar.

I have tried to find it reading but i am stumped. I know its just some padding statement.

thanks for any help.
Scotte
Try this

.gallery_3805525 #my_banner {margin-bottom: -50px;}

scotte
Nov-13-2007, 06:59 AM
Thanks Allen that was it, although it pushed the breadcrumbs up when logged in but that was expected since they are hidden when logged out.

awesome
Scotte

Allen
Nov-13-2007, 07:07 AM
Thanks Allen that was it, although it pushed the breadcrumbs up when logged in but that was expected since they are hidden when logged out.

awesome
Scotte
Add the bold one then.

.gallery_3805525 #my_banner {margin-bottom: -50px;}
.loggedIn .gallery_3805525 #my_banner {margin-bottom: 2px;}