When display is flex, plugin doesnt work
-
Hi, I want to make my grid columns eqaul height and I use this css.
.row {
display: flex;
flex-wrap;
}.column {
display:flex;
}With this code my columns will be equal height, but then your plugin doesnt work and website show all columns. Can we solve it?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘When display is flex, plugin doesnt work’ is closed to new replies.