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 Theme Options → Update

  1. First, make sure your columns are setup properly by clicking on Pages, then edit your Portfolio page
  2. Check the Layout menu in the options panel below the page editor.
  3. Click Update
  4. If the setting was correct and the issue persists, go to AppearanceEditor
  5. Click on portfolio-list.php
  6. Where you see:
    <li>
    
        <?php if($image !="") : ?>

    Change the <li> to <li class=”column”>:

    <li class="column">
    
        <?php if($image !="") : ?>

Elementor