Jump to content
Sign in to follow this  
buddhistwhatson

remove spacing above in content box

Recommended Posts

buddhistwhatson

hi, im trying to move up the content on the home page to be closer to the slider. Is [5:08:22 PM] buddhistwhatson: I tired this command from the forum #feature {margin-bottom: 0;} but it didnt work, Also there is an   code in <div class="entry_content"> and if i remove it in firebug, then the content moves up. How can i remove that for good. site is www.buddhistwhatson.com Happy666

Share this post


Link to post
Share on other sites
bryan-hadaway

Keep exploring the CSS and sometimes depending on where you put CSS you may need to be more specific: `body #feature{margin-bottom:0}` for example. However, in this specific case I think we might have to use something like: `#maincontent{margin-top:-20px}` Adjust as needed. Thanks, Bryan

Share this post


Link to post
Share on other sites
buddhistwhatson

thank you Bryan, we found it at last.

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  

×