• Resolved NorrisWebDesign

    (@bpmhealth)


    Hello,

    I’m having an issue with unordered lists not showiing bullets on woocommerce single product page running on oceanwp. When I use numbers, it works. When I go to the debug console, I can change the diplay item: none and the bullets show to the left of the margin. In other words, I create a bulleted list in the product editor, and when I view the webpage for the product, the words in the list are left-aligned with all the other words and no bullets are showing. How can this get fixed?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, fixed in the next release, in the meantime, use this css code:

    .woocommerce .summary ul {
        list-style: disc;
        margin: 20px 0 0 20px;
    }
    Thread Starter NorrisWebDesign

    (@bpmhealth)

    Thanks, I really appreciate the help. I love your theme!

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with Unordered List’ is closed to new replies.