Jump to content
Sign in to follow this  
barracuda150965

CSS - how to reduce white space below Features slider

Recommended Posts

barracuda150965

Hi, I'm trying to reduce the amount of white space below the features slider through custom CSS. I've managed to do it in the sidebar, but nothing I do to the main content section (blog homepage) makes any difference. Ideally I'd like to do it for a client meeting first thing tomorrow morning! Thanks, David

Share this post


Link to post
Share on other sites
darthninja

You could try the

.mcolumn-pad
style Something like
.mcolumn-pad { padding-top: 0.5em; }

Place this in the Custom Code -> Custom CSS section **Note: this will adjust the padding across the whole site

Share this post


Link to post
Share on other sites
ocalaweb

Install IE Developer Tools, FireFox Firebug, or use Google Chrome to view the areas in question. This will help you pinpoint the css needed to reduce padding in certain areas...

Share this post


Link to post
Share on other sites
barracuda150965

@Darryl, That sounds like it should work but it makes no difference (at least not in Firefox). I can change the sidebar by using { padding-top: 0.5em; }, but the same doesn't work for .mcolumn-pad for some reason. @Alina - I've pinpointed the area, but can't get the result I'm expecting. David

Share this post


Link to post
Share on other sites
cmunns

then be more specific with the CSS to ensure it takes precedence. Add `body` to the front e.g. `body .mcolumn-pad {}`

Share this post


Link to post
Share on other sites
barracuda150965

Thanks Adam, but that makes no change.

Share this post


Link to post
Share on other sites
barracuda150965

Thanks Catrina, I'd come to a similar solution.

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  

×