Nested Columns
-
Didn’t link because I worked around it.
But CSS rules like
@media screen and (max-width: 1087px) and (min-width: 769px)
.advgb-columns.tbl-layout-stacked .advgb-column {
width: 100% !important;
}
force the child columns to full width when the parent is full-width blocks at that screen size.And visa-versa.
- The topic ‘Nested Columns’ is closed to new replies.