Title: [Plugin: Shortcodes Ultimate] Aligning Lists
Last modified: August 20, 2016

---

# [Plugin: Shortcodes Ultimate] Aligning Lists

 *  Resolved [geoffreygordon](https://wordpress.org/support/users/geoffreygordon/)
 * (@geoffreygordon)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-aligning-lists/)
 * Quick question about lists, when i insert a list, the bullet aligns to the center
   of the content, not to the top line, like ordinary lists do, really strange, 
   how do i fix it in the CSS.
 * [http://wordpress.org/extend/plugins/shortcodes-ultimate/](http://wordpress.org/extend/plugins/shortcodes-ultimate/)

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

 *  [mjname](https://wordpress.org/support/users/mjname/)
 * (@mjname)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-aligning-lists/#post-2523627)
 * I’d love to fix this too. I tried valign:top; in the css file and it was a no
   go.
 * I remember that I fixed this in one of my sites that had short codes and can’t
   remember how I did it now.
 *  [mjname](https://wordpress.org/support/users/mjname/)
 * (@mjname)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-aligning-lists/#post-2523628)
 * It is one of those things that really separates the kids from the adults in design.
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-aligning-lists/#post-2523629)
 * In this case, markers are just background images.
 * I use this method to avoid the destruction of the lists for different font sizes
   on the sites, that uses my plugin.
 * To change marker position, you need to use next code:
 * **CSS**
 *     ```
       .su-list ul li {
          background-position: 0 5px !important
       }
       ```
   
 * **Shortcode**
 *     ```
       [list style="star"]
          <ul>
             <li>List item
             with multiple lines</li>
             <li>List item
             with multiple lines</li>
             <li>List item
             with multiple lines</li>
          </ul>
       [/list]
       ```
   
 * **Result**
    [http://clip2net.com/s/27MiI](http://clip2net.com/s/27MiI)
 * Also, you can adjust _5px_ value to perfectly fit your line-height.

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

The topic ‘[Plugin: Shortcodes Ultimate] Aligning Lists’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [Vova](https://wordpress.org/support/users/gn_themes/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-shortcodes-ultimate-aligning-lists/#post-2523629)
 * Status: resolved