Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1471339

    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

    #1471363

    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

    #1471443

    that worked on that product but not the others. (see attached)

    #1471460

    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
    Screen Shot 2024 11 16 at 7.02.17 AM
    Screen Shot 2024 11 16 at 7.05.16 AM
    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:
    Screen Shot 2024 11 16 at 7.08.40 AM
    Screen Shot 2024 11 16 at 7.10.04 AM
    It would be best if all of your pages were the same, please review and correct.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.