buddhistwhatson 0 Report post Posted March 18, 2011 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 3 Report post Posted March 18, 2011 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 0 Report post Posted March 18, 2011 thank you Bryan, we found it at last. Share this post Link to post Share on other sites