Hello,
I’m having an issue where the short product description which I created as a list is not returning to a new line after each item. Links are in the private content.
Thank you
This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Jack Richardson
Hello,
I’m having an issue where the short product description which I created as a list is not returning to a new line after each item. Links are in the private content.
Thank you
Hello,
Add this code in Theme Options > Custom CSS > Global Custom CSS:
.product-information .short-description .list li {
display: block;
}
Best regards,
Jack Richardson.
Worked like a charm. Thanks Jack!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Lists not starting new line’' has been successfully resolved, and the topic is now closed for further responses