'Woocommerce Product Attribute Displaying Comma in a new line on Mobile
This line of code in woocommerce/templates/single-product/product-attributes.php is displaying product attributes on my Product Page as shown in the attached image.Image showing commas in new line
<td class="woocommerce-product-attributes-item__value"><?php echo wp_kses_post( $product_attribute['value'] ); ?></td>
The comma separating the product attributes is on the new line. I want them to appear after the attribute in the same line Like this.
Bohemian,
Boho,
Contemporary
Please let me know how to achieve this on mobile view.
Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
