Create 1 big footer widget area for Travelify theme

Dear Colorlib,

Currently, the footer area is divided into 3 widget areas.

I would like to have 1 widget in the footer area, that spreads across the entire width of the page.
Is this possible?

Many thanks in advance!

You can make Travelify footer widgets full width by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

.col-3:first-child {
  width: 100%;
}

Let me know if this helps.

Great!!

Thank you so much Aigars!!