Reply To: Having 4 Columns on Blog Page

#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.