Extending Text Box

Hi:

I made a text box under the widget section and want to add text to it. Is there a way to change the width of the text box so it longer? I want to to go the length of the icons.

http://55d.b7f.myftpupload.com/

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

.home div#text-2.col-sm-4 {
    width: 100%;
}

Thanks!
Colorlib Support Team