Hello there,
Is it possible to increase the default two columns?
Hello there,
Is it possible to increase the default two columns?
Hello @finkk,
Thanks for asking. 
You can add following CSS under X/Pro > Theme Options > CSS:
.x-columnize {
-webkit-column-count: 3 !important;
-moz-column-count: 3 !important;
column-count: 3 !important;
}
Here are some related links for further reading:
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.