PDA

View Full Version : drop shadow side pipes


JGB77
Jan-06-2009, 12:56 PM
I am using the white theme for all the pages within my site, "starphotos.us".
The slideshow on my home page extends beyond the side pipes while those pipes contain the content on all other pages. How do I either get rid of the side pipes on all the pages or fix the problem on my homepage?

Thanks

jfriend
Jan-06-2009, 01:02 PM
This CSS in your customization is causing the issue:

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

If you remove the line in red, the problem goes away.

JGB77
Jan-06-2009, 01:31 PM
Thanks John, that did the trick.