Currently the image/content column ratio on the portfolio posts is 2/3 image - 1/3 post in the Flagship theme
Is there a way to change it to 1/3 image - 2/3 post?
Thanks!
Kristen
Currently the image/content column ratio on the portfolio posts is 2/3 image - 1/3 post in the Flagship theme
Is there a way to change it to 1/3 image - 2/3 post?
Thanks!
Kristen
Yes in includes/loop-portfolio-single.php replace following code:
<div class="eight units alpha min_height_1">
with:
<div class="four units alpha min_height_1">
and
<div class="four units entry-content">
with:
<div class="eight units entry-content">
Maybe you need to adjust the thumbnail size in functions.php too but I'm not sure.
You must log in to post.