Introduction
The portfolio shows one column of large images instead of 2-4 columns as selected in the Page options panel for your portfolio page.
The Solution
This issue is resolved in Gigawatt 1.8.0. Please verify your theme is up to date under
→- First, make sure your columns are setup properly by clicking on , 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 →
- 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 !="") : ?>