Hi,
when I put a listing unfortunately there is no margin left. So the listing icons begin before the other text starts - see image.
I already tried to put a margin-left by writing:
override.css:
ul li, ol li {
line-height: 2.6;
margin-left: 30px;
}
the list looks fine, but this margin also effects the menus - see image.
How can I put a margin-left only to the list?