Is there a way to resize the color section?
Hi jackel2727!
Please give your color section element 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 and adjust as needed
#your-custom-id .container {
max-width: 60%;
}
Best regards,
Yigit