Hi,
What I’m trying to do is to add a shorcode with content which should be showed in full width.
I took color section and insert code module in it and shortcode inside.
Unfortunately this shortcode content is limited by ‘content’ class so it’s not full with.
I’ve got the same when I use code module without any section.
Can I do this somehow?
Thanks.
Hey Mariusz!
Please enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You will see a new section below ALB which displays the shortcodes of the elements. You can create a Color Section element and copy its shortcode.
Regards,
Yigit
Hi Yigit,
Thanks but it seems not to solve the issue.
I just need this [mediagrid cat=”132″] to appear in full with way.
So I removed section:
But nothing has changed. :(
Hey!
Where will you add your shortcode? You can paste it in a Code Block element and then place your Code Block element inside a Color Section element with 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
#your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }
Best regards,
Yigit
Thanks. It works. ;)