Portfolio Featured Image not the same size

See http://nar-reach.com/portfolio/

I have a portfolio page setup, and I would like all the featured images to be the same size in the grid...any suggestions?

Comments

  • Hi,
    Your image for portfolio should be a square to be equal on that grid.
    But, you can fix it with simple css code here:
    body.page-template-template-portfolio .image_wrapper{
    margin:0 auto !important;
    }

    Paste it to the Theme Options > Custom CSS & JS > CSS
    Thanks
  • Thank you! THat worked.
Sign In or Register to comment.