Jump to content
Sign in to follow this  
kak8500

Soapboxes padding

Recommended Posts

kak8500

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
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
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
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

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  

×