kak8500 0 Report post Posted January 17, 2012 I installed 2.0 and now there is additional space between my feature slider and the soapboxes directly underneath. I tried adding this: #soapbox .content-pad{padding-top:0} But it didn't change anything. I also tried adding this: #feature { margin: 0em 0 !important; } No result either. Any suggestions? Also, the soapbox on the right has no title. Before 2.0, the content lined up perfectly with the soapbox on the left. Now it is adding space where the title should be, if there were one there. I don't want there to be space there, which is why I don't have a title. The page I'm referring to is http://dev.zeriongroup.com/ Share this post Link to post Share on other sites
Rob 547 Report post Posted January 17, 2012 Try this: [code].content-pad { padding: 0 15px 15px; }[/code] Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
kak8500 0 Report post Posted January 24, 2012 Thanks. It's better, but the soapbox on the right still appears "lower" than the one on the left, since it doesn't have a title. Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 24, 2012 You can raise that element up like this: [code] #fbox_159 { margin-top: -17px; } [/code] Share this post Link to post Share on other sites