Hi everyone,
If anyone else is having a similar issue, I used the following code:
.widgets_on_page ul, .your-widget-name ul li {
margin-left: -18px;
padding-left: 0px;
text-indent: 0;
}
I hope that by editing this code you can resolve any indenting issues you may have.
Thanks.