Remove Padding Left from the Bullets

selector ul, selector ol {
    padding-left: 0;
    margin-left: 0;
    /* Optionally, adjust the space between the bullet and the text */
    /* padding-left: 1em; */ 
}