| @@ -69,13 +69,15 @@ | ||
| 69 | 69 | background: transparent; |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | 72 | /* |
| 73 | - * The Full-Day two-column template uses a desktop-only center separator. | |
| 74 | - * Remove its column when the surrounding form columns stack on small screens. | |
| 73 | + * The two-column Full-Day and Time-Slots templates use desktop-only center | |
| 74 | + * separators. Remove their columns when the surrounding form stacks. | |
| 75 | 75 | */ |
| 76 | 76 | @media (max-width: 782px) { |
| 77 | 77 | .wpbc_bfb_form .wpbc__row.wpbc_bfb_full_day_split_form > .wpbc__field:has(.wpbc_bfb_divider_wrap[data-orientation="vertical"]), |
| 78 | - .wpbc_bfb_form .wpbc_bfb__section.wpbc_bfb_full_day_split_form .wpbc_bfb__field[data-type="divider"][data-orientation="vertical"] { | |
| 78 | + .wpbc_bfb_form .wpbc_bfb__section.wpbc_bfb_full_day_split_form .wpbc_bfb__field[data-type="divider"][data-orientation="vertical"], | |
| 79 | + .wpbc_bfb_form .wpbc__row.wpbc_bfb_time_slots_split_form > .wpbc__field:has(.wpbc_bfb_divider_wrap[data-orientation="vertical"]), | |
| 80 | + .wpbc_bfb_form .wpbc_bfb__section.wpbc_bfb_time_slots_split_form .wpbc_bfb__field[data-type="divider"][data-orientation="vertical"] { | |
| 79 | 81 | display: none; |
| 80 | 82 | } |
| 81 | 83 | } |