Title: List code affects from page image
Last modified: August 21, 2016

---

# List code affects from page image

 *  Resolved [Todd Vercoe](https://wordpress.org/support/users/todd-vercoe/)
 * (@todd-vercoe)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/list-code-affects-from-page-image/)
 * Greetings….
 * I have added the following code to my css in order to allow unordered lists to
   show up. I found the code snippet in your support forums.
 * This has had the unintended effect of shifting over the front page slider image(
   I assume 45 px to the right) so it is no longer centered.
 * Any advice on how to re-center the image?
 * My site: [http://www.tesolgames.com](http://www.tesolgames.com)
 * Code I used:
    ol { list-style: decimal; }
 * ul {
    list-style: disc; }
 * li {
    margin-left: 45px; }
 * ol li {
    border-bottom: none!important; margin-top: 1px!important; margin-bottom:
   1px!important; padding-bottom: 0!important; padding-top: 0!important; }

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

 *  Thread Starter [Todd Vercoe](https://wordpress.org/support/users/todd-vercoe/)
 * (@todd-vercoe)
 * [13 years ago](https://wordpress.org/support/topic/list-code-affects-from-page-image/#post-3688329)
 * Anyone? Hello? Bueller?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years ago](https://wordpress.org/support/topic/list-code-affects-from-page-image/#post-3688330)
 * Try adding this CSS:
 *     ```
       .flexslider li {
         margin-left: 0;
       }
       ```
   
 *  Thread Starter [Todd Vercoe](https://wordpress.org/support/users/todd-vercoe/)
 * (@todd-vercoe)
 * [13 years ago](https://wordpress.org/support/topic/list-code-affects-from-page-image/#post-3688331)
 * Works!
 * Thanks for the answer!

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

The topic ‘List code affects from page image’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Todd Vercoe](https://wordpress.org/support/users/todd-vercoe/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/list-code-affects-from-page-image/#post-3688331)
 * Status: resolved