Revisited: easy way to put section in responsive fluid columns
-
Another user asked if section results could appear in responsive fluid columns. Here’s my CSS that I’m using to accomplish this:
.fl-menu-section ul { columns: 2; -webkit-columns: 2; -moz-columns: 2; column-fill: auto; -webkit-column-gap: 2em; -moz-column-gap: 2em; column-gap: 2em;
}
.fl-excerpt, .fl-menu-item { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Revisited: easy way to put section in responsive fluid columns’ is closed to new replies.