Is there any way to add own fullwidth elements to Enfold? Say if i would like to call for a widget that should display in 100% of the browser width.
Hey marcelmontel!
You can add a color section element to your page with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add a code block element to your page ( if you are using shortcode ) or widget area element and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-unique-id .container { max-width: 100%; margin: 0; padding: 0; }
Regards,
Yigit
Thank you Yigit.