PDA

View Full Version : How to close the gap?


Tmosley
Mar-28-2006, 07:41 AM
Know i am getting pickey, but i was wondering how do i close the gap beetwen my navbar and my slideshow, on my site www.tmosleyphotography.smugmug.com (http://www.tmosleyphotography.smugmug.com)

thanks

Andy
Mar-28-2006, 07:58 AM
Know i am getting pickey, but i was wondering how do i close the gap beetwen my navbar and my slideshow, on my site www.tmosleyphotography.smugmug.com (http://www.tmosleyphotography.smugmug.com)

thanks

:wave

Try this in your css:

.homepage #breadcrumb {display: none;}
.loggedIn .homepage #breadcrumb {display: block;}

then be sure to look at your site in your logged out browser.

Tmosley
Mar-28-2006, 08:09 AM
:wave

Try this in your css:

.homepage #breadcrumb {display: none;}
.loggedIn .homepage #breadcrumb {display: block;}

then be sure to look at your site in your logged out browser.

alright that worked thanks Andy,
now if i want to make it a little closer would i change the padding or margin from 10px to a lesser one to make it a little tighter

thanks

Andy
Mar-28-2006, 08:12 AM
alright that worked thanks Andy,
now if i want to make it a little closer would i change the padding or margin from 10px to a lesser one to make it a little tighter

thanks

Firefox webdev is your best friend! Link in my siggy :deal