Hi there,
My url: andrejewelry.com
Password: Thankyouverymuch121
I would love to align the text in the product page, please check the picture below, Thanks!
A user seeks help aligning text on their product page, specifically dealing with bullet point formatting issues visible in an attached screenshot.
Solutions Provided:
Two responders offered similar CSS-based fixes:
BSS-Commerce’s approach: Navigate to Online Store > Edit Code, locate the base.css file, scroll to the bottom, and add CSS code targeting .product__description li with list-style: initial;
ZestardTech’s solution: Similar process but adds padding-left: 0; to .product__description ul
Both solutions include step-by-step instructions with screenshots.
Current Status:
The original poster confirmed the fix works on desktop but reports the alignment issue persists on mobile devices. The discussion remains open as the mobile formatting problem is unresolved.
Hi there,
My url: andrejewelry.com
Password: Thankyouverymuch121
I would love to align the text in the product page, please check the picture below, Thanks!
Hello @AndreaHuang ,
I have seen your problem. And here is the solution to solve your problem. You can follow these steps to align text:
Step 1: Select the Online store tab and select Edit code:
Step 2: Search for the base.css file
Step 3: After opening the file, scroll to the bottom of the file and add the following code:
.product__description li {
list-style: initial;
}
Hello There,
.product__description ul {
padding-left: 0;
}
Amazing! It works! Thanks for you detailed explanation!
Thanks for you help!!
@BSS-Commerce It works on Pc but on mobile still not align. Thanks!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.