j1diek 0 Report post Posted January 26, 2011 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 0 Report post Posted January 26, 2011 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 0 Report post Posted January 26, 2011 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 0 Report post Posted January 26, 2011 That's strange... try this ` .scolumn-pad { padding-left:1.5em !important; } ` Share this post Link to post Share on other sites
j1diek 0 Report post Posted January 27, 2011 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 0 Report post Posted January 27, 2011 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 0 Report post Posted January 27, 2011 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
anvilmediainc 0 Report post Posted January 27, 2011 Nice! Share this post Link to post Share on other sites