On all our product “Description Tabs”, there is no correct spacing and the bullet points are not indented like normal. Can you get me some CSS code for this?
thanks
Hey bemodesign,
Thank you for the inquiry.
There is a custom class name, “a-spacing-mini,” that reduces the space between the list items. How did you add this? You can try this css code to override the default style:
ul.a-unordered-list.a-vertical.a-spacing-mini li {
margin-bottom: 20px;
}
Best regards,
Ismael
that worked on that product but not the others. (see attached)
Hi,
On your pages the class a-spacing-mini is not added to the same element.
Here the class is added to the li and a-unordered-list a-vertical a-spacing-mini is added to the ul
Here it is not, the class a-spacing-mini is added to a span after the li and a-unordered-list a-vertical a-spacing-mini is not added to the ul:
It would be best if all of your pages were the same, please review and correct.
Best regards,
Mike