Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @cshinkin

    You can fix this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the following code:

    @media screen and (max-width: 500px) {
      .woocommerce-grouped-product-list td {
        padding-left: 5px;
        padding-right: 5px;
      }
    }

    Select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter cshinkin

    (@cshinkin)

    Senff I am putting you on my Christmas card list ?? Thank you, works well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text wrapping in Grouped Products product selection’ is closed to new replies.