Max number of columns

Hi everybody,

in order to space 9 logos across the entire screen width I would like to create 9 columns at least for the desc top view. Is this possible? When setting up columns I see a max of 6 columns.

Thx

Ernst

Just use div-s with float left instead of the columns widget (I do not quite like the column widget, it has many limitations such as the one you point + it comes with predefined margins and paddings which become a nuisance to readjust).

@Ernesto …Yep! And remember to use “%” when you specify the width of the divs. 9 divs would be 11.11% :slightly_smiling:
And use float:left as @uzzer pointed out :slightly_smiling:

This topic was automatically closed after 60 days. New replies are no longer allowed.