Reply To: Removing top and bottom margin in the boxed layout

#169
livemesh
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.