Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Having 4 Columns on Blog Page › Reply To: Having 4 Columns on Blog Page
August 6, 2013 at 7:49 pm
#1258
reececropley
Member
Just for anyone’s info, I managed to solve this by changing the following:
In wp-content > themes > enigmatic > framework > functions > blog-content.php on line 47, find:
$number_of_columns = 2;
replace with
$number_of_columns = 4;
I presume if the theme was updated then this would be overwritten. Any other input would be brilliant.