Title: Trouble with lists
Last modified: August 20, 2016

---

# Trouble with lists

 *  Resolved [riis](https://wordpress.org/support/users/riis/)
 * (@riis)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/trouble-with-lists/)
 * Hi
 * I’m sorry if this is a dumb question but I can’t find any help in tutorials.
 * I’m designing some lists using li and ul and I’ve managed to get rid of the bullets
   since the list-style: none tag didn’t work (deleted .entry ul li:before {content:“
   0BB 020”;) but the list doesn’t look right… The top line seems to be positioned
   right but the following appears to have a left indent…
 * Here’s the page [http://www.gilmourish.com/?page_id=2070](http://www.gilmourish.com/?page_id=2070)
 * The list are the three columns in the middle of the page with links…
 * Thanks for your help!

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

 *  Moderator [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/trouble-with-lists/#post-2619257)
 * Delete
    `text-indent: -10px;` from this block of css in the stylesheet:
 *     ```
       html>body .entry ul {
       	margin-left: 0px;
       	padding: 0 0 0 30px;
       	list-style: none;
       	padding-left: 10px;
       	text-indent: -10px;
       	}
       ```
   
 *  Thread Starter [riis](https://wordpress.org/support/users/riis/)
 * (@riis)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/trouble-with-lists/#post-2619298)
 * Great! Thanks!

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

The topic ‘Trouble with lists’ is closed to new replies.

## Tags

 * [lists](https://wordpress.org/support/topic-tag/lists/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [riis](https://wordpress.org/support/users/riis/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/trouble-with-lists/#post-2619298)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
