More than 3 widgets next to each other in the footer

Hi,

I would like to have 4 widgets next to each other in the footer. Is that possible?
Thanks.

Cheers, zizo

Add this to Theme Options - Other - Custom CSS

.col-3 {
    width: 23.1%;
}

If 4 columns still don’t with just slightly reduce width and you should be ready to go.