This issue is resolved in Gigawatt 1.8.0. Please verify your theme is up to date under Theme Options → Update
- First, make sure your columns are setup properly by clicking on Pages, then edit your Portfolio page
- Check the Layout menu in the options panel below the page editor.
- Click Update
- If the setting was correct and the issue persists, go to Appearance → Editor
- Click on portfolio-list.php
- Where you see:
<li> <?php if($image !="") : ?>Change the <li> to <li class=”column”>:
<li class="column"> <?php if($image !="") : ?>