Portfolio 4 column grid?

Is this possible... I like the regularity of the grid but the images become too large...

I also want to hide the "Heart" display on the Portfolio Grid, and on single portfolio items as well.

thank, P.

Comments

  • Hi,

    at this moment, portfolio page can be setup in 4 columns but only with "Flat" style.

    But to remove "heart" from portfolio and single portfolio pages, please use below css:
    .portfolio_group .portfolio-item .desc .title_wrapper .button-love { display: none; }
    .post-header .button-love { display: none; }
Sign In or Register to comment.