How do i adjust the width of the textarea box?

  • ascherer420
    Asked on February 20, 2020 at 7:33 PM

    How do i adjust the width of the textarea box?

  • BJoanna
    Replied on February 21, 2020 at 2:57 AM

    You can adjust it with CSS. For example, you can set the width to 300px with this CSS code:

    textarea {

        width: 300px;

    }

    Add the CSS code to the widget's Custom CSS tab. 

    How to Inject CSS Codes to Widgets