Hello,
Line 2055 in your columns.php enfold theme has a misplaced parentheses. The line should look like this:
if ( ! avia_sc_columns::$first && !empty( avia_sc_columns::$first_atts[‘min_height’]) && avia_sc_columns::$first_atts[‘space’] != ‘no_margin’)
If you don’t apply this fix, it generates an error in the php.log that says:
PHP Warning: Undefined array key “min_height” in columns.php
Enjoy the day!
Jim