For the new Tabs on products, I created one for Freeze Flat, but the formatting is still wrong. I have bullet points and the live page just shows text all together. Is there some code making this happen? (see attached) and the page it is on
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
.woocommerce-Tabs-panel ul {
list-style: disc;
margin-left: 15px;
}
Best regards,
Rikard
Here another example on this page where the bullet points don’t show. Can you take a look?
Hi,
Please replace the last CSS I posted with this:
.woocommerce-Tabs-panel ul, .woocommerce-product-details__short-description ul {
list-style: disc;
margin-left: 15px;
}
Best regards,
Rikard
THANKS!!!!
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard