Title: Bulletlist css problem
Last modified: August 19, 2016

---

# Bulletlist css problem

 *  [timmydeleu](https://wordpress.org/support/users/timmydeleu/)
 * (@timmydeleu)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/bulletlist-css-problem/)
 * Hi,
 * I usually try to change everything myself but now I’m stuck. It’s just something
   small but I like to do it right.
 * I want my bulletlist on this website
    [http://thailandreizen.info/visum-thailand/](http://thailandreizen.info/visum-thailand/)
   To look like on this website [http://verdiengeld.biz/geld-verdienen-met-domeinnamen-kopen-en-verkopen/](http://verdiengeld.biz/geld-verdienen-met-domeinnamen-kopen-en-verkopen/)
   There are a few small differences and I did use firebug but I can’t find it. 
   What I want most is that the text is more in line with the blue bullets.

Viewing 1 replies (of 1 total)

 *  [danixland](https://wordpress.org/support/users/danixland/)
 * (@danixland)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/bulletlist-css-problem/#post-1824437)
 * to print a right arrow you could use the pseudo class :before this way:
 * in the html:
 *     ```
       <ul>
          <li>blah blah</li>
          <li>blah blah</li>
          <li>blah blah</li>
       </ul>
       ```
   
 * in the css:
 *     ```
       ul { list-style:none; }
       ul li:before { content: "\2192 020"}
       /* 2192 is the ascii for the right arrow, 0020 is the ascii for the single space */
       ```
   
 * Or you could use an image with `list-style` in the css… 😉

Viewing 1 replies (of 1 total)

The topic ‘Bulletlist css problem’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [danixland](https://wordpress.org/support/users/danixland/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/bulletlist-css-problem/#post-1824437)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
