Tagged: boxed layout
Hi all
How do I get rid of the 50px border when using the boxed layout in Enfold?
Please look at the screenshot, the blue area.
The code
.boxed .container {
margin: 0px 0px;
}
instead of
.boxed .container {
margin: 0px 50px;
}
moves the content to the left, but doesn’t get rid of the 100px of the box
Thank you
I think I found out how to do it.
.container_wrap {
width: 1050px
}
.boxed .container {
margin: 0px 10px;
}
This did the trick. If I set the margin to 0px 0px, and the width to 1030px, it’s too close to the typography.
Glad you get it working, let us know if there is anything we can help :)
Regards,
Josue