hi guys. i would like to know can i move text with number or sign when i use ol or ul? and how ?
You need to add the following code to li css selector:
li
list-style-position: inside;
You can read about this css property here