Title: Problem with Unordered List
Last modified: May 26, 2018

---

# Problem with Unordered List

 *  Resolved [NorrisWebDesign](https://wordpress.org/support/users/bpmhealth/)
 * (@bpmhealth)
 * [8 years ago](https://wordpress.org/support/topic/problem-with-unordered-list/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-unordered-list%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [8 years ago](https://wordpress.org/support/topic/problem-with-unordered-list/#post-10327055)
 * 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](https://wordpress.org/support/users/bpmhealth/)
 * (@bpmhealth)
 * [8 years ago](https://wordpress.org/support/topic/problem-with-unordered-list/#post-10327543)
 * Thanks, I really appreciate the help. I love your theme!
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [8 years ago](https://wordpress.org/support/topic/problem-with-unordered-list/#post-10327547)
 * You’re welcome 🙂

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.6/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

 * [bullet](https://wordpress.org/support/topic-tag/bullet/)
 * [list](https://wordpress.org/support/topic-tag/list/)
 * [unordered](https://wordpress.org/support/topic-tag/unordered/)

 * 3 replies
 * 2 participants
 * Last reply from: [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/problem-with-unordered-list/#post-10327547)
 * Status: resolved