The portfolio section is currently configured for 3 columns. How do I switch it to only 2 columns? I want the thumb to stay 183x140 but only two columns.
Thank you
The portfolio section is currently configured for 3 columns. How do I switch it to only 2 columns? I want the thumb to stay 183x140 but only two columns.
Thank you
hey!
open includes/loop-portfolio.php and search for
case 2: $grid = 'grid4'; $image_size = 'portfolio_half'; break;
at line 20
change it to
case 2: $grid = 'grid1_3';$image_size = 'portfolio_third'; break;
that should do the trick
You must log in to post.