Changes between Version 1 and Version 2 of Ticket #55703, comment 1
- Timestamp:
- 05/09/2022 03:10:30 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55703, comment 1
v1 v2 3 3 This is happen because if you check in 5.9 there is a space related css 4 4 CSS :- 5 {{{ 5 6 @media (min-width: 782px) { 6 .wp-block-columns:not(.is-not-stacked-on-mobile) >.wp-block-column:not(:first-7 child){margin-left: var(--wp--style--block-gap,2em);7 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) { 8 margin-left: var(--wp--style--block-gap,2em); 8 9 } 9 10 } 11 }}} 10 12 11 13 This css is missing in our latest update that's why this gutter spacing is looking different between both columns.