Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #201994

    Hi
    Can I build full width text block somehow?
    Kind regards
    M

    #202001

    I just want to make a full width module to insert own php code…

    #202031

    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

    #1264241

    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

    #1264243

    Hi @newmediologo,

    Please use the code as following

    #mappa-contatti .container { width: 100%; max-width: 100%; margin: 0; padding: 0; }

    Cheers!
    Yigit

    #1264249

    Thanks Yigit It woeks..:)

    #1264253

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘full width text block’ is closed to new replies.