On my blog, www.HoldItBaby.com/blog (which uses iBlogPro3) I'd like to have the background of the body be white (which it is) but the background of the padding area around the site be a different color (just the little space to the left, right, top and bottom of the content).
Where is the code to alter this?
Thanks!
Changing Padding Color
Started by
elyons3683
, Jul 04 2010 10:58 PM
3 replies to this topic
#1
Posted 04 July 2010 - 10:58 PM
#2
Posted 05 July 2010 - 05:35 PM
I'm not really sure what padding area you're talking about. The main content where the post entries are? or the entire content including the header?
#3
Posted 05 July 2010 - 09:01 PM
Adam,
I'm referring to the area to the left and right, top and bottom of the main content where the post entries, header and sidebar are. It probably doesn't show up on all browsers, but on mine I can definitely see where the content ends abruptly on the left about 50 pixels in from the left-most side of my screen. That's the area I'd like to make a different color.
Does that make sense?
#4
Posted 06 July 2010 - 01:40 AM
I'm not entirely sure what your goal is, but it should be something along these lines that you're after:
`#content{background:#ccc}`
OR
`#content{border:#ccc 10px solid}`
OR
`.post-content{background:#ccc}`
OR
`.post-content{border:#ccc 10px solid}`
You'll of course need to change the values and play around with it a bit.
Thanks, Bryan










