change media query breakpoints?
-
after scratching my head for a while trying to change the media query breakpoints of my theme i realized that it’s actually AB who is doing the break.. specifically i’d like (for example) change from 600 to 720px for this:
@media only screen and (max-width: 600px) .ab-layout-columns-2>.ab-layout-column-wrap.ab-is-responsive-column { grid-template-columns: 1fr; grid-template-areas: "col1" "col2"; }
how can i do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘change media query breakpoints?’ is closed to new replies.