Title: CSS dilemma
Last modified: August 21, 2016

---

# CSS dilemma

 *  [jockoe](https://wordpress.org/support/users/jockoe/)
 * (@jockoe)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/css-dilemma/)
 * Here’s the situation I cannot solve… I use a page to list a post category, with
   each post being in an `li` tag. Each post has an image which I `{floated:left}`.
   Each post has a title, and I removed it’s bullet. The content of the post is 
   displayed and it is also a bullet list, but since I floated the image I need 
   to use `overflow` to make the container expand to accommodate the image. Once
   I apply `overflow` I lose the bullet on the content. Without using `overflow`
   the content has bullets, but the image extends past the bottom of the container.
   Anyone know a way around this?
 * The offending page is here… [http://equipyourmind.niftywebdesigns.com/shortest-summary/](http://equipyourmind.niftywebdesigns.com/shortest-summary/)

Viewing 1 replies (of 1 total)

 *  [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * (@swansonphotos)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/css-dilemma/#post-3848486)
 * Sure, the list style position can be made with css to be inside the container
   or outside it:
 *     ```
       ul.lcp_catlist li {list-style-position: inside;}
       ```
   
 * [http://www.w3schools.com/cssref/tryit.asp?filename=trycss_list-style-position](http://www.w3schools.com/cssref/tryit.asp?filename=trycss_list-style-position)
 * (BTW, it is highly recommended to keep your version of WP up to date)

Viewing 1 replies (of 1 total)

The topic ‘CSS dilemma’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/css-dilemma/#post-3848486)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
