Home › Forums › Support › Columns Breakpoint This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 18, 2019 at 1:21 pm #785842 Ryan I was trying to change the breakpoint on the gutenberg wp-block-columns from 768px to 767px for portrait ipads to still have the 3 columns. Could you recommend some css that would do this, I wasn’t very successful figuring it out myself. Thanks! January 18, 2019 at 2:45 pm #785905 DavidStaff Customer Support Hi there, try this: @media (max-width: 767px) { .wp-block-columns { margin-left: -2%; } .wp-block-columns .wp-block-column { flex-basis: 31%; margin-left: 2%; } } January 18, 2019 at 5:09 pm #785967 Ryan Great thanks. January 18, 2019 at 5:19 pm #785974 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In