| @@ -26,8 +26,9 @@ | ||
| 26 | 26 | |
| 27 | 27 | .wpvr-tour-list #wpbody-content > .wrap { |
| 28 | 28 | box-sizing: border-box; |
| 29 | 29 | margin: 28px 20px 0; |
| 30 | + clear: both; | |
| 30 | 31 | } |
| 31 | 32 | |
| 32 | 33 | .wpvr-tour-list .wpvr-listing-notices { |
| 33 | 34 | display: flex; |
| @@ -33,14 +34,26 @@ | ||
| 33 | 34 | display: flex; |
| 34 | 35 | flex-direction: column; |
| 35 | 36 | gap: 10px; |
| 36 | 37 | margin: 0 0 20px; |
| 38 | + width: 100%; | |
| 39 | + clear: both; | |
| 37 | 40 | } |
| 38 | 41 | |
| 42 | +.wpvr-tour-list .wpvr-listing-notices:empty { | |
| 43 | + display: none; | |
| 44 | + margin: 0; | |
| 45 | +} | |
| 46 | + | |
| 39 | 47 | .wpvr-tour-list .wpvr-listing-notices > .notice, |
| 40 | 48 | .wpvr-tour-list .wpvr-listing-notices > .wpvr-onboarding-notice { |
| 41 | - width: 100%; | |
| 49 | + width: 100% !important; | |
| 42 | 50 | margin: 0 !important; |
| 51 | +} | |
| 52 | + | |
| 53 | +.wpvr-tour-list .wpvr-listing-notices > .wpvr-promotional-banner { | |
| 54 | + width: 100% !important; | |
| 55 | + margin: 10px 0 16px 0 !important; | |
| 43 | 56 | } |
| 44 | 57 | |
| 45 | 58 | .wpvr-tour-list .wpvr-listing-header { |
| 46 | 59 | box-sizing: border-box; |