I can’t change the padding of the table.
-
I’d like to change the padding of the table.
But, Adding the following to css does not change it.I tried it in to “Advanced options\additional css”.
advice please.css seems to be this place.
\app\public\wp-content\themes\customizr\assets\front\css\style.min.css
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th, table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) td, table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) th {
padding: 1.25em; →here
border: 1px solid #f7f8f9;
}
- The topic ‘I can’t change the padding of the table.’ is closed to new replies.