PDA

View Full Version : Couple of questions


Ben1017
Jan-06-2009, 07:27 AM
First my site is here: http://benbyers.smugmug.com/

What I would like to know is how to get a little space between the nav bar and my text on the about me page?

also how do I creat a page with text and a photo as seen on this site here: http://www.moonriverphotography.com/gallery/830860_WaToT

and here: http://www.photographybywidget.com/gallery/2193874

Thanks for your help

Ben

Allen
Jan-06-2009, 07:41 AM
First my site is here: http://benbyers.smugmug.com/

What I would like to know is how to get a little space between the nav bar and my text on the about me page?

also how do I creat a page with text and a photo as seen on this site here: http://www.moonriverphotography.com/gallery/830860_WaToT

and here: http://www.photographybywidget.com/gallery/2193874

Thanks for your help

Ben
For your About gallery change this

.gallery_6778882 #breadcrumb {
display: none;
}

to this so the div is there but hidden keeping the spacing in place

.notLoggedIn .gallery_6778882 #breadcrumb {
visibility: hidden;
}


Those are galleries set to journal style with the info in the photo caption.