In the following tutorial I show you how you can add an unlimited amount of columns with a simple CSS trick.
And this is the code that you will need for this to work:
/*Unlimited Column Layout*/ display: flex; justify-content: center; flex-wrap: wrap;