Home Forums Basel support forum Grouped product Not Responsive Reply To: Grouped product Not Responsive

#196434

Hello,

Please add this code to the Theme Settings > Custom CSS > Mobile:

.group_table {
  display: block;
  overflow: hidden;
  overflow-x: auto;
}
.woocommerce-grouped-product-list-item td:first-child {
  padding-left: 0;
}
.woocommerce-grouped-product-list-item td:last-child {
  padding-right: 0;
}

Best Regards