yemoonyah+ 2 Report post Posted June 20, 2012 Hi, I'm trying to remove some space between my main content area and the boxes section on my home page. I used Chrome dev tool and managed to do it (yipee!). See code below. However, I just want this to work on this one specific page and I can't figure out where to add the page id (which is 7641). #boxes .content-pad { padding-top: 0px; } #content .content-pad { padding-bottom: 0px; } .hentry-pad { padding: 0 0 0px; } .fpost {border:0} Share this post Link to post Share on other sites
Rob 547 Report post Posted June 20, 2012 Try specifying your CSS with .page-id-7641 in front of each CSS element. Like this [code].page-id-7641 #boxes .content-pad { padding-top: 0px; }[/code] Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
yemoonyah+ 2 Report post Posted June 20, 2012 awesome, thanks a lot! BTW, 2.2 looks really good so far, can't wait to play with it a little more :-) Share this post Link to post Share on other sites