Problem whit Tab in WooCommerce
-
Hi,
Problem whit tabs for WooCommerce.
The content of each Tab is cut in mobile devices, I have applied some changes with CSS but it doesn’t take it even with !important.I ask this question because I have tried the plugin with another theme and I have not had problems
The style, if I’m not mistaken, is controlled by the “TabWoo – Extra Tabs Plugin for WooCommerce” plugin. I’ve already contacted them, but while waiting for the answer I decided to ask around to see if they could help me.
The code I used is:
/* Estilos de Tabs Movil */ .woocommerce div.product .tw-main-outer-wrapper.tw-tab-template-template10 .woocommerce-tabs .panel.wc-tab { background-color: #eff0f2; } .woocommerce div.product .tw-main-outer-wrapper .woocommerce-tabs .panel.wc-tab { padding: 20px !important; } @media screen and (max-width: 768px) .woocommerce div.product .tw-accordion_enabled .woocommerce-tabs .panel { margin-bottom: 0; } media="(max-width: 768px)" .woocommerce div.product .woocommerce-tabs .panel { margin-top: 0 !important; } media="(max-width: 768px)" .woocommerce div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs ul.tabs { float: none; width: 90px !important; } .woocommerce div.product .woocommerce-tabs .panel { margin: 0 0 2em; padding: 0; }
I will continue to look for the solution to this problem. If I find it, I will share it.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Problem whit Tab in WooCommerce’ is closed to new replies.