Text widget full width

How do I make a text widget full width?

Hi @ludo1,

I hope you are well today and thank you for your question.

It by default displays full width to the sidebar but if it’s not displaying for you then could you please share me your site URL where it’s happening so that i can troubleshoot it?

Kind Regards,
Movin

You can find it on test.senecamedia.nl.

I visited your site and saw the text widget in the footer widget area.

If you want to make this widget full width then you can do so by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#footerarea .widget_text, #footerarea .col-3 {
    width: 100%;
}

Great, this is exactly what I want.

Kind regards,

You are most welcome here :slight_smile: