I can't align the bullet points in an unordered list to the center. I can get the text to move, but not the bullet points. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I can't align the bullet points in an unordered list to the center. I can get the text to move, but not the bullet points.

1st Sep 2016, 2:03 AM
Caleab Brown
Caleab Brown - avatar
3 Answers
+ 1
put the <center> tag before the <ol> or <ul>tag, and after. Should work.
13th Sep 2016, 7:27 AM
Arnold Gyan
Arnold Gyan - avatar
+ 1
use ul{ list-style-position:inside; } it'll be moved in respect to the styles applied to the list
27th Sep 2016, 7:31 PM
victor
victor - avatar
0
you have to move the whole list not only the bullets
1st Sep 2016, 2:21 AM
Hadeer Yahia
Hadeer Yahia - avatar