Hi
How can i remove ore change the padding from the boxed layout.
Would like to have a result like the 2. part on this image.
http://maurilux.com/wp-content/uploads/2013/08/layout-no-padding.jpg
Thanks
Hi wesdacar,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.boxed .container {
margin: 0px;
}
This is definitely a try-at-your-own-risk change as I’m not sure what this will do theme wide and for cross browser compatibility.
Regards,
Devin