Attributes don't display correctly on product page
I want to show the attributes on the product page but they don't display well
On desktop they are a bit cut off
And on mobile this is even worse
Please help!
https://www.bouwdomein4.online/product/btc-r8-zwart-45km-brom-2019/
Comments
Hi,
Your website has coming soon enabled.
Can you disable it for a while, please?
Thanks
Yes it is disabled now
Please try the following CSS code:
@media only screen and (max-width: 767px){ .single-product #tab-additional_information{ padding: 0; padding-top: 20px; } } .single-product .woocommerce-product-attributes td{ padding-right: 5px!important; }Please put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards