Home › Forums › WoodMart support forum › Single Column Footer – No Widget Area! › Reply To: Single Column Footer – No Widget Area!
January 19, 2018 at 12:42 pm
#34228
Artem Temos
Keymaster
Edit the file inc/theme-setup.php
and replace the code
if( count( $footer_config['cols'] ) > 1 ) {
with this one
if( count( $footer_config['cols'] ) > 0 ) {