Hi,
I use Boxed layout and I try to remove the space left and right in the container. But can’t find in the css where. I try with
.boxed {
margin-right: 0 auto !important;
margin-left: 0 auto !important;
}
Hi Dino!
please give us a link of the site, to check if there is any specific class assigned.
Regards,
Basilis
Hey!
Please add following code to Quick CSS
.container {
padding: 0px 10px;
}
Best regards,
Yigit
Hi Yigit,
thank you that’s it.
Best regards,
Dino