How to increase the width of the Text element?

  • Whitegates
    Asked on September 24, 2017 at 4:05 AM

    Trying to create a document using the text element. How do I set the width so that it would fit nicely on A4 ? Thanks

  • Nik_C
    Replied on September 24, 2017 at 4:32 AM

    I assume you're referring to this page: 

    How to increase the width of the Text element? Image 1 Screenshot 30

    You can increase/decrease the width by inserting the below CSS in your Custom CSS Field.

    div#cid_33 {

        width: 600px!important;

    }

    Here is how it works:

    How to increase the width of the Text element? Image 2 Screenshot 41

    Let us know if this could work for you.

    Thank you!