2 Categories using same template but one has a problem? [closed]

This question as mentioned in the comments is not related to wordpress by any means.

But anywho

remove the float on your #portfolio-item and add some flex like its 2015.

#contentportfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

People still play sims?