#42701 Shop table display issues
Landing › Forums › JupiterX WordPress Theme › Shop table display issues
-
AuthorPosts
-
Marc Eggleton 2 years, 4 months ago
Hello, we are using a plugin on our site that embeds a calendar (as a table) on to a product page. https://k9rec.co.uk/product/testing/. The calendar appears to be displaying incorrectly by putting all of the dates into the left-hand column. I have spoken to the plugin support and they informed me that Jupiter X is adding a bunch of CSS that is configured to edit the HTML tables on product pages. is there any way we can disable this CSS without affecting the rest of the site?
Amir Rather Support Team 2 years, 3 months agoPlease try the below CSS in Theme Options > Advanced > Custom CSS to see if it helps?
.jupiterx-product-template-7 div.product form.cart table td, .jupiterx-product-template-8 div.product form.cart table td {
width: unset !important;
display: table-cell !important;
}Regards
-
AuthorPosts