Bullet points get negative margin on chrome browser
-
Hello, the bullet points on my site are way off to the left without me applying any styling/css to make it happen. Issue is only persistent on chrome. How do I fix this and make them align normally again? It looks horrible and is negatively affecting our sales. I have attached a screenshot to you can see how it looks. Please help me out. Thanks in advance.
Attachments:
You must be
logged in to view attached files.
Hi kontakt-9949,
Thanks for reaching to us and appreciate your patience.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.elementor-widget-wd_single_product_content li {
list-style-position: inside;
}
Best Regards,
Hung PD