Columns block not stacking on Mobile on Rosa2

If you’re using the Columns block on Rosa2 and notice that the stacking option is not applied on mobile devices, insert the following CSS snippet in Appearance → Customize → Additional CSS:

/* Stack columns on mobile */ 
@media not screen and (min-width: 768px) {  
   .wp-block-columns:not(.is-not-stacked-on-mobile) {   flex-wrap: wrap;  } 
}
Updated on October 14, 2022

Can't find what you’re looking for? Ask a human.

We're a small team of real people providing real help. Send us an email at [email protected] and we will give you a helping hand.