How can I arrange four collection thumbnails in one row on Prestige theme?

im trying to fit 4 collection thumbnail in one row like this

this is what mine look like (prestige theme)

please answer me asap

.CollectionItem { min-width:25%; }
  1. Go to Online Store → Themes → Edit Code →
  2. Find the theme.css file and open it.
  3. Look for .CollectionItem and change the min-width from 33.3333% to 25%.
  4. Enjoy!