Home › Forums › Support › Replicating the screenshot but having Gutenberg 2 per row on mobile This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 30, 2018 at 3:43 am #768991 Matthew Hey, Is it possible to set Gutenberg columns in GeneratePress so that on mobile it shows 2 columns per row instead of 1 per row? Or would I need to use for example LGC to achieve this? December 30, 2018 at 7:51 am #769208 DavidStaff Customer Support Hi there, try this CSS: @media (max-width: 768px) { .wp-block-columns .wp-block-column { -ms-flex-preferred-size: 50%; flex-basis: 50%; } } December 30, 2018 at 8:30 am #769238 Matthew That worked perfectly thanks! 🙂 December 30, 2018 at 8:32 am #769240 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