somagoods 0 Report post Posted November 9, 2010 Hello and thanks in advance for all the support! I am using Platform Pro, fixed width My site: http://somagoods.com/ I would like for that background image to be on the sides only, so the white content area goes from the very top to very bottom. Is that possible with this theme? Share this post Link to post Share on other sites
cmlstudios 0 Report post Posted November 9, 2010 Looks like what you want is the footer to go white (not sure if you want the tiny strip at the top to go away too). Add to your Custom Code tab: .fixed_width #footer { background:#ffffff; margin:0 auto; text-shadow:none; } This will take away the little strip at the top: .fixed_width #page { margin:0 auto; } Share this post Link to post Share on other sites
somagoods 0 Report post Posted November 9, 2010 Thanks Chris! You're 2 for 2 with me tonight. Really appreciate the help. Share this post Link to post Share on other sites
cmlstudios 0 Report post Posted November 9, 2010 You're welcome. Be sure to mark your topics Resolved and add karma points if you're so inclined. Cheers. Share this post Link to post Share on other sites