Hello,
When doing bullet points in Woocommerce descriptions, the 2nd line of a bullet point doesn’t indent. This can be seen on the left side of this image with a red arrow indicating where it’s not indented. (https://i.imgur.com/SXoxWWX.png). I’d like it to look like the right side of the image (showing proper indentation).
Thank you,
MM
Hey mmentuccia,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hello,
Please see link below. You can see that the first paragraph has a bulletpoint but the bulletpoint indentation does not carry over to the 2nd and 3rd line.
Best regards,
MM
Hi,
Thank you for the info.
Please use the following css code.
#top div.product .woocommerce-tabs ul {
list-style: disc outside;
}
#top div.product .woocommerce-tabs ul li {
position: relative;
left: 10px;
}
Best regards,
Ismael
That worked, thank you!
Hi,
I’m glad this was corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon