suerama+ 2 Report post Posted June 24, 2012 There is a lot of space below my content and above my boxes on my landing page. To get rid of the 25 px of padding on the bottom I've been trying variations on this code to no avail: #copy-pad .hentry-pad { padding: 0 0 0px !important; } Help with the code would be appreciated. Share this post Link to post Share on other sites
catrina 103 Report post Posted June 24, 2012 I tested this code and it reduces the some of the padding/margin below the content and boxes: [code]div.hentry-pad {padding-bottom: 0px !important;} div.content-pad {margin-bottom: -20px !important;}[/code] Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
suerama+ 2 Report post Posted June 24, 2012 Very helpful. Thanks! Share this post Link to post Share on other sites