Support Forums for LiveMesh Themes & Plugins › Forums › Enticing Theme Support › Removing top and bottom margin in the boxed layout › Reply To: Removing top and bottom margin in the boxed layout
August 9, 2012 at 7:19 am
#169

Keymaster
For boxed layout change you are requesting, pls paste this into the Custom CSS tab in the options panel –
.boxed #container-wrap {
margin: 0 auto; /* Change 0 to whatever pixels space you want. 40px is default */
}
This should help get rid of top and bottom space. Let me know if you have more questions.