Hello!
Is there a way to display more than two columns per line?
I assigned classes to blocks and applied CSS:
.inline-block { display: inline-block;}
However, the columns are aligned to the left.
How to make it more beautiful?