Extra Layouts
Categories
Component ID
2846645
Component name
Extra Layouts
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
183
Component created
Component changed
Component body
This module contains extra layouts for the Layouts module, ans usable e.g. for Display Suite and Panels.
Currently it contains
- A 3-column 25-50-25 content-first layout
- A 3-column flexible layout
The content-first layout has the following properties:
- Apart from the main content region, all regions are adaptive, so they are not shown if they have no content
- The content region adapts its size depending on the sidebars
- The content region is rendered above the sidebars, so in responsive mobile layout content is on top (note: you need to add breakpoints and css for this)
The flexible layout uses the display:table css property for best adaption of content width.
