PDA

View Full Version : Aligning items on homepage


ChristopherJAshdown
Aug-20-2008, 07:13 AM
Hi Guys - I'm having trouble aligning (center) all the items on my homepage. Specifically I think my slideshow is slightly to the right. Anyone got some suggested help?

Many thanks in advance.

http://www.christopherjashdown.smugmug.com/

Allen
Aug-20-2008, 09:02 AM
Hi Guys - I'm having trouble aligning (center) all the items on my homepage. Specifically I think my slideshow is slightly to the right. Anyone got some suggested help?

Many thanks in advance.

http://www.christopherjashdown.smugmug.com/
Yelp, you are squeezing 10 lbs (800px) in a 5 lb (750px) box.:D

Add this to your CSS

#homepage,
#bioBox {
margin: 0 auto;
width: 800px;
}

ChristopherJAshdown
Aug-21-2008, 12:26 AM
Many thanks - this seems to have fixed the problem. :clap