Hi I am using the boxed layout on enfold. I have a a colour section with an image as the background. I then have a 1/1 section with an opaque black background. Here is the page http://joannagianniotis.com.au/testimonials/
I am looking to add a some padding to the edge of the colour section so that there is a bit of whitespace at the edge. So as they show up more like this http://joannagianniotis.com.au/listings/
Can you help me do this
Thanks
Hi Geoffdoyle!
Please edit your color section and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id {
margin: 0 50px;
max-width: 90%;
}
Best regards,
Yigit