Thread Starter
gagbdr
(@gagbdr)
I’ve managed to find a solution for this problem. Unfortunately I couldn’t set different width for each column so I had to resize them and give some spacing to keep a symmetric appearance and fill the 1140px available. Just copy the following lines to the style.css file and let the magig happens!
/* Footer widget spacing fix */
#footer-area.widget,
.threecol {
width: 335px;
margin-left: 15px;
margin-right: 15px;
}