Skip to content

Columns styles crash in WP 6.0 #322

@andreiungurianu

Description

@andreiungurianu

Columns do not stack on mobile since updating to WP 6.0.

Temp fix

.wp-block-columns {
    flex-wrap: wrap!important;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap!important;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Legacy v1Updates for existing Rosa2 customers that won't get Rosa LT[Type] Bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions