Hello,
Thanks for the heads up.
To solve this, you need to head into the file editor:
Appearence > Editor and locate the file called theme-functions.php (it has the file path: ‘inc/theme-functions.php’)
On line 15 in that file it reads:
$return = " col-xs-push-4";
Simply change the 4 to a 3 so line 15 reads:
$return = " col-xs-push-3";
Remember to save after you change the number to 3.
I will fix it for the next update. Again thanks for noticing ??
– Simon