← All changes
|
src/Addons/CustomColumns/Admin/CustomColumnsAdmin.php
+1
-1
7.1.4
→
8.0.2
View file →
| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | return; |
| 14 | 14 | } |
| 15 | 15 | ?> |
| 16 | 16 | <div style="height:0; width:100%"></div> |
| 17 | - <div id="tpt-custom-columns-promo-block" style="margin-top: 10px; padding: 10px 15px; background: #f9f9f9; border-left: 4px solid #2271b1; border-radius: 4px; max-width: 700px; display: flex; align-items: center; justify-content: space-between; gap: 15px;"> | |
| 17 | + <div id="tpt-custom-columns-promo-block" style="margin-top: 10px; padding: 10px 15px; background: #f9f9f9; border-left: 4px solid #2271b1; border-radius: 4px; max-width: 975px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; gap: 15px;"> | |
| 18 | 18 | <div> |
| 19 | 19 | <p style="margin: 0 0 4px 0;"><strong><?php esc_html_e( 'Show More Info Next to Prices?', 'tier-pricing-table' ); ?></strong></p> |
| 20 | 20 | <p style="margin: 0; font-size: 13px; color: #646970; line-height: 1.4;"><?php esc_html_e( 'Create additional columns to show exactly how much your customers save, total prices, or per-unit costs alongside each tier.', 'tier-pricing-table' ); ?></p> |
| 21 | 21 | </div> |