Download the PHP package clickpress/contao-clickpress-grid without Composer
On this page you can find all versions of the php package clickpress/contao-clickpress-grid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download clickpress/contao-clickpress-grid
More information about clickpress/contao-clickpress-grid
Files in clickpress/contao-clickpress-grid
Download clickpress/contao-clickpress-grid
More information about clickpress/contao-clickpress-grid
Files in clickpress/contao-clickpress-grid
Vendor clickpress
Package contao-clickpress-grid
Short Description Grid System for Contao based on CSS Grid
License LGPL-3.0-or-later
Package contao-clickpress-grid
Short Description Grid System for Contao based on CSS Grid
License LGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package contao-clickpress-grid
Grid CSS for Contao
Add columns to your page content.
Contao Clickpress Grid uses CSS Grid and so less HTML is needed.
Installation
or use the Contao Manager.
Usage
- Enable the built-in CSS grid in your Contao page layout settings or create your own custom CSS.
- Add a new content element of type "Gridset Start". The corresponding "Gridset End" will be added automatically.
- Configure your column settings in the "Gridset Start" element.
- Place your desired content elements between the "Gridset Start" and "Gridset End" elements.
If you need multiple content elements within a single column, wrap them with "Column Start" and "Column End" elements.
Customized CSS
To override the default grid styles:
- Uncheck "Load Clickpress Grid CSS" in the page layout settings.
- Copy and customize the clickpress-grid.scss file (https://github.com/clickpress/contao-clickpress-grid/blob/main/public/clickpress-grid.scss)
- Include your custom CSS as an external stylesheet in the layout settings.
Inside
This is the result of a 40% 30% 30% setting on desktop. So, three columns will be displayed in a row. The fourth column will be placed in a new row, automatically.
Credits
Big thanks to rocksolid_columns for some parts of the module.
All versions of contao-clickpress-grid with dependencies
PHP Build Version
Package Version
The package clickpress/contao-clickpress-grid contains the following files
Loading the files please wait ....