To make the unordered list be aligned the same as the first line
follow the steps:
1.open Bullet List >> Text >> Paragraph options
2.set Left option to some value (e.g. 10px) and set First Line Indent to the same but negative value (e.g. -10px)
Relevant CSS code would be
margin-left: 10px;
text-indent: -10px;
This post describes how to add space between bullet icon and text
http://answers.themler.com/answers/38725
To make the unordered list be aligned the same as the first line
!List.png!
follow the steps:
1.open Bullet List >> Text >> Paragraph options
!BulletParagraph.png!
2.set Left option to some value (e.g. 10px) and set First Line Indent to the same but negative value (e.g. -10px)
!LeftFirst.png!
Relevant CSS code would be
margin-left: 10px;
text-indent: -10px;
This post describes how to add space between bullet icon and text
http://answers.themler.com/answers/38725