Tagged: boxed layout, margins, shadows
Is there anyway to control the margins for the boxed area on the left and right? also, I would need to put shadowing on the left and right sides is that possible?
here is the site: http://mcm-ct.com/
Hey!
You can control the size of the area in Dashboard > Enfold > General Layout > Dimensions > Maximum container width.
For the shadow add this to your custom CSS.
body { box-shadow: 0px 0px 5px black !important; }
Best regards,
Elliott