Jump to content
Sign in to follow this  
elyons3683

Changing Padding Color

Recommended Posts

elyons3683

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!

Share this post


Link to post
Share on other sites
cmunns

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?

Share this post


Link to post
Share on other sites
elyons3683

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?

Share this post


Link to post
Share on other sites
bryan-hadaway

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×