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?
want background image on sides only
Started by
somagoods
, Nov 09 2010 10:07 PM
3 replies to this topic
#1
Posted 09 November 2010 - 10:07 PM
#2
Posted 09 November 2010 - 10:34 PM
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:
This will take away the little strip at the top:
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;
}
#3
Posted 09 November 2010 - 10:49 PM
Thanks Chris! You're 2 for 2 with me tonight. Really appreciate the help.
#4
Posted 09 November 2010 - 10:53 PM
You're welcome. Be sure to mark your topics Resolved and add karma points if you're so inclined.
Cheers.










