Hi
Can I build full width text block somehow?
Kind regards
M
I just want to make a full width module to insert own php code…
Hey!
You can add a Color Section element with custom ID then add Text Block element on it. Then you can add following code to Quick CSS in Enfold theme options under Styling tab to make the content of your Color section fullwidth
#your-id .container { width: 100%; }
Regards,
Yigit
Hi Yigit, I’ve try this but does not works.. Add a color section, custom ID #mappa-contatti, inserted a text block inside with a Google Map embedded, add the code to Quick CCS but the text box remains with the default dimensions..
Any idea..?
Thanks
Hi @newmediologo,
Please use the code as following
#mappa-contatti .container { width: 100%; max-width: 100%; margin: 0; padding: 0; }
Cheers!
Yigit
Thanks Yigit It woeks..:)