Title: List Formatting
Last modified: August 19, 2016

---

# List Formatting

 *  [ricketts8](https://wordpress.org/support/users/ricketts8/)
 * (@ricketts8)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/list-formatting/)
 * I tried formatting a list that would go in my main content column. The changes
   made worked but they also reflected in my sidebars, which I don’t want. Where
   do I change CSS to format main content without changing sidebars?
 * [http://emprisereview.com](http://emprisereview.com)
 * [http://www.avclub.com/channels/books/](http://www.avclub.com/channels/books/)
   
   I’m trying to make it look like that, kinda.

Viewing 1 replies (of 1 total)

 *  [Agus Suhanto](https://wordpress.org/support/users/suhanto/)
 * (@suhanto)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/list-formatting/#post-1583823)
 * Usually content and sidebar have different surrounding div. For example, content
   can have div which id is #content, and sidebar can have div which id is #sidebar.
 * To format it differently, you put li after div’ id in CSS file:
 *     ```
       #content li {
       }
   
       #sidebar li {
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘List Formatting’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Agus Suhanto](https://wordpress.org/support/users/suhanto/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/list-formatting/#post-1583823)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
