Is there any way to apply custom html as fullwidth? Code blocks restrict everything to a 1210px wide div.
Any quick fixes or hack that could help me out would be greatly appreciated.
Hi tlow87!
You can place code block element inside a color section element and give color section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-color-section-id .container { width: 100% !important; }
Cheers!
Yigit
Thanks a lot!