chrisC-25
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Conditional Output based on View
Gestartet von: chrisC-25 in: Toolset Professional Support |
|
2 | 4 | vor 6 Jahren, 4 Monaten | |
How to center grid
Gestartet von: chrisC-25 in: Toolset Professional Support |
|
2 | 5 | vor 6 Jahren, 5 Monaten | |
Display Button inline next to headline
Gestartet von: chrisC-25 in: Toolset Professional Support |
1 | 3 | vor 6 Jahren, 5 Monaten | ||
Split: How to have equal height columns in a Layouts row
Gestartet von: chrisC-25
in: Toolset Professional Support
Problem: Solution: The Layouts grid is based on the Bootstrap 3 grid and doesn't use flexbox, so you just need to be careful to use a media query to add the style rule or it will break the collapsing of the grid on smaller screens. So, you'll need to edit your Layout and add a class name to the row where you want the child columns to be of equal height, e.g. a class name of "equal-height". Then add the following custom CSS: @media ( min-width: 1200px ){ .equal-height { display: flex; } } Your media query may need to be different depending on your Layout. |
|
2 | 3 | vor 6 Jahren, 5 Monaten | |
I want image to expand to full width of row it is contained in
Gestartet von: chrisC-25
in: Toolset Professional Support
Problem: Solution: |
|
2 | 5 | vor 6 Jahren, 5 Monaten |