Code: Select all
.style_2_col {
background-color: transparent;
column-count: 2;
text-decoration: none;
}
@media only screen and (max-width: 1199px) {
.style_2_col {
background-color: transparent;
column-count: 2;
text-decoration: none;
}
Code: Select all
.style_2_col {
background-color: transparent;
column-count: 2;
text-decoration: none;
}
@media only screen and (max-width: 1199px) {
.style_2_col {
background-color: transparent;
column-count: 1;
text-decoration: none;
}
I wasn't able to set it up in the program. A change in any breakpoint changes the column setting for all breakpoints.
OK, the same can be achieved with duplicate containers that are only visible for a specific breakpoint. But I see no reason why it wouldn't work?