Title: Bullet List Alignment
Last modified: April 9, 2019

---

# Bullet List Alignment

 *  Resolved [pingsunday](https://wordpress.org/support/users/pingsunday/)
 * (@pingsunday)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bullet-list-alignment/)
 * How to use CSS to shift the alignment of the Bullet List?
    Like this photo:
 * > [View post on imgur.com](https://imgur.com/ZDyVl06)
 * 
    Thank you very much

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

 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bullet-list-alignment/#post-11409284)
 * Hi there,
 * Any chance you can link us to the site in question?
 * Let me know 🙂
 *  [pradeepphule](https://wordpress.org/support/users/pradeepphule/)
 * (@pradeepphule)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bullet-list-alignment/#post-11410851)
 * Hi [@pingsunday](https://wordpress.org/support/users/pingsunday/),
 * If you need to align bullet points to left, then you need to remove either margin
   or padding assigned to ul element.
 * for e. g.
 * .parent-class ul {
    padding-left:0px; margin-left:0px; }
 * Hope it works.
 * Thanks
 *  Thread Starter [pingsunday](https://wordpress.org/support/users/pingsunday/)
 * (@pingsunday)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bullet-list-alignment/#post-11411576)
 * thank you [@leohsiang](https://wordpress.org/support/users/leohsiang/) and [@pradeepphule](https://wordpress.org/support/users/pradeepphule/)
   
   here is the link, and the list bullet is fixed: 🙂
 * [https://pingsunday.com/best-handle-type-in-table-tennis/](https://pingsunday.com/best-handle-type-in-table-tennis/)
 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/bullet-list-alignment/#post-11413748)
 * Yup this should work:
 *     ```
       .sidebar li {
           margin-left: 0;
       }
       ```
   
 * Adding CSS: [https://docs.generatepress.com/article/adding-css/](https://docs.generatepress.com/article/adding-css/)
 * Glad you figured out 🙂

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

The topic ‘Bullet List Alignment’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [Leo](https://wordpress.org/support/users/leohsiang/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/bullet-list-alignment/#post-11413748)
 * Status: resolved