• 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)
  • Plugin Author atomicblocks

    (@atomicblocks)

    Hi there,

    We don’t have a way for you to change the breakpoints yet, but it’s something we’re looking to include when we get more work done on our mobile styles soon. Thanks for the heads up!

    Any update on this? The break point for mobile on the AB Advanced Columns block goes up from 1 column to 2 when it’s still very small. It’s hard to get any usable content in the side column because it’s so skinny, and it’s difficult to overwrite with custom CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change media query breakpoints?’ is closed to new replies.