How to change gallery grid from 4 columns to 3 columns? [closed]

In the admin panel, select custom CSS and add this code:

.gallery-image { width: 30%; }

That will increase the image width pushing the 4th image down to the next line 🙂