Resize Footer Sidebar

I removed Footer Sidebars 3 and 4 and put contact info in sidebar 1 and a Google map in sidebar 2. Now I need to resize Footer Sidebar 2. How can I do this? smokymountaindiesel.com

Basically, I need to make the size of footer sidebar 2 the size of footer sidebars 2, 3, and 4 combined.

Hi,

Go to Appearance -> Customize -> Additional CSS,

#footer .col-md-3:nth-child(2) { width: 66%; }

Let us know,

Thanks,
laranz.

This worked perfectly! Thank you!