Picture of Oleg Buylov
Support for more than two columns
by Oleg Buylov - Thursday, 13 September 2018, 7:07 AM
 

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?