Portfolio Page Image Sizing Issue
- The topic ‘Portfolio Page Image Sizing Issue’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
in a previous discussion post someone asked how to make the portfolio page evenly distribute 6 images/projects instead of 8.
This css code was provided:
.portfoliopost: width: 33.33%;
For some reason no change was reflected when I input the code.
Am I missing something?
Thanks!
-Christopher
The blog I need help with is: (visible only to logged in users)
Hi Christopher,
You have a typo in the code, maybe that’s the problem. It should be
.portfoliopost {width: 33.33%;}
Thanks,
Edy