Title: CSS Issue
Last modified: September 24, 2025

---

# CSS Issue

 *  [mb00](https://wordpress.org/support/users/mb00/)
 * (@mb00)
 * [6 months, 3 weeks ago](https://wordpress.org/support/topic/css-issue-104/)
 * Version 1.24.3 introduced changes to the css styles shipped with this plugin.
   The styles in question are:
 *     ```wp-block-code
       .woocommerce-checkout table.shop_table {table-layout: fixed !important;width: 100% !important;}.woocommerce-checkout table.shop_table tfoot {width: 100% !important;display: table-footer-group;}.woocommerce-checkout table.shop_table tfoot tr {display: table-row;width: 100% !important;}<..>tfoot select,...
       ```
   
 * These styles make any theme and default woocommerce styles irrelevant and breaks
   the layout of checkout page.
 * Plugins should not ship global styles that could affect other parts of the website
   and should not generally use !important statements to restyle other plugin layouts
   without any option to opt out other then editing the plugin itself (e.g. `tfoot
   select { width: 100% !important; }`)
 * Ideally styles should be plugin specific .wc-venipak-shipping-terminals selector{},
   this ensures other parts of the website will not be affected.

The topic ‘CSS Issue’ is closed to new replies.

 * ![](https://ps.w.org/wc-venipak-shipping/assets/icon-256x256.png?rev=2602204)
 * [Shipping with Venipak for WooCommerce](https://wordpress.org/plugins/wc-venipak-shipping/)
 * [Support Threads](https://wordpress.org/support/plugin/wc-venipak-shipping/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-venipak-shipping/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-venipak-shipping/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-venipak-shipping/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [styles](https://wordpress.org/support/topic-tag/styles/)

 * 0 replies
 * 1 participant
 * Last reply from: [mb00](https://wordpress.org/support/users/mb00/)
 * Last activity: [6 months, 3 weeks ago](https://wordpress.org/support/topic/css-issue-104/)
 * Status: not resolved