Forums
Forums / Theme: GeneratePress / Bullet List Alignment
(@pingsunday)
7 years, 1 month ago
How to use CSS to shift the alignment of the Bullet List? Like this photo:
View post on imgur.com
Thank you very much
(@leohsiang)
Hi there,
Any chance you can link us to the site in question?
Let me know 🙂
(@pradeepphule)
Hi @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
thank you @leohsiang and @pradeepphule here is the link, and the list bullet is fixed: 🙂
https://pingsunday.com/best-handle-type-in-table-tennis/
Yup this should work:
.sidebar li { margin-left: 0; }
Adding CSS: https://docs.generatepress.com/article/adding-css/
Glad you figured out 🙂
The topic ‘Bullet List Alignment’ is closed to new replies.