Jump to content
Sign in to follow this  
j1diek

Spacing or Margin management

Recommended Posts

j1diek

How can I control width of spacing between the 'content area' and the sidebar.Currently they almost run together. I'm sure there's a place to do this, but I'm having no luck finding it. I built another site, but did not upgrade to the latest version of Platform Pro. There the spacing is good. Site with the problem is www.thecreativecoachapproach.com.

Share this post


Link to post
Share on other sites
anvilmediainc

Try messing with this in the custom CSS editor. Paste this into it and change the number up or down based on how much space you want. .scolumn-pad { padding-left:1.5em; }

Share this post


Link to post
Share on other sites
j1diek

Thanks for the suggestion, but it didn't change anything, even if I changed the number to something like 13.5em.

Share this post


Link to post
Share on other sites
anvilmediainc

That's strange... try this ` .scolumn-pad { padding-left:1.5em !important; } `

Share this post


Link to post
Share on other sites
j1diek

No luck. I see using firebug that it is a padding issue. I just don't know what code to put where.

Share this post


Link to post
Share on other sites
anvilmediainc

It's strange because I'm using Firebug to look at your site, and adding that code into Firebug does move the sidebar over. I don't know why it wouldn't work in your CSS editor.

Share this post


Link to post
Share on other sites
j1diek

Thanks for pointing me in the right direction. I had entered this custom code earlier #column-main .mcolumn-pad, .two-sidebar-right #container #content{padding:2em 5 0 !important} where the middle padding value was 0 originally. Changed to 5 and the padding is back.

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  

×