Hi, can you please check this link?
There is a bullet list of properties of a product. They are sticking out of the left margin.
How could I make the stay inside the margin?
This topic has 4 replies, 2 voices, and was last updated 4 years ago ago by Rose Tyler
Hi, can you please check this link?
There is a bullet list of properties of a product. They are sticking out of the left margin.
How could I make the stay inside the margin?
Hello,
Add this code in Theme Options > Theme custom CSS:
.single-product .woocommerce-product-details__short-description ul {
margin: 0;
padding-left: 20px !important;
}
Regards
Thank you, now it works beautifully.
You’re welcome!
Regards
The issue related to '‘Product description lists are sticking out’' has been successfully resolved, and the topic is now closed for further responses