Is there a way to do this?
Link to my site: http://vs.phundamental.com/artists
Thank You!
Hey,
it's not easily possible (and a time intensive task) because you need to adjust the box counter logic in template_portfolio.php and change/modify the css code quite a bit. If you're a php/html/css developer it should be no problem though.
I did but then it affected the front page small_box(s). I like three boxes on the front. four in portfolio. Could I just create a new class labeled (front_box) and then call it up on the front page? Where would I edit which class to call for the front page?
Thanks for all of your help.
Yes but I'd just use the .home class to distinguish between frontpage/homepage boxes and portfolio boxes. You can also use .portfolio_entry class to affect the portfolio template boxes. The code would look like:
.portfolio_entry .box{
width: 180px;
}Thank you so much!
Glad that I could help you :)
You must log in to post.