Home › Community Forums › Epik Theme Support › How to Change the Epik Footer to 4 column layout? › Reply To: How to Change the Epik Footer to 4 column layout?
December 6, 2013 at 11:12 am
#9359

Moderator
Its actually in your functions.php file (of the Epik theme). It will look like this –
//* Add support for 3-column footer widgets
add_theme_support( 'genesis-footer-widgets', 3 );
Then change that number to 4.