Adding A 4th Column to the Footer
I've made changes to the following files:
Style.css : Adding
#cf-col-4 {
width: 225px;
}
Footer.php: Changed to $max_columns = 4; // change to number of columns you want to add to your footer
Functions.php: Changed to $max_columns = 4; // change to number of columns you want to add to your footer
Is there somewhere else that also needs to be changed?
I see the option for a 4th column in the widgets workspace, but the new widget just sits on top of another in the third column.
Any advice would be really helpful.