Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #864008

    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

    #864428

    Hey mmentuccia,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #864869

    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

    #866040

    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

    #866296

    That worked, thank you!

    #866369

    Hi,

    I’m glad this was corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce Bullet 2nd row indentation issues’ is closed to new replies.