Gantry 5 fixed column width
created on
Sunday, 19 March 2023
edited on
Monday, 29 December 2025
by
Stefan Trucker
The bootstrap commands can be used to adjust the standard ‘% Auto’ column width.
To do this, enter it in the particle block > CSS classes -> col ...
For the layout, i.e. in the container, it must also be entered in the columns under block > CSS classes -> col ... (not in the selection!!)
col-auto -> adjust to the content
col -> smallest size; if used multiple times, all columns with ‘col’ are the same width, i.e. the space is divided evenly
col-md , col-lg ,.. -> the target width to be used
Sources
Werbung