Okay
  Print

Left align lists

This code below will fix the left alignment for lists throughout the theme.

To use it, you will first need to head to the "Edit Theme" panel, scroll down the left hand sidebar till you reach the bottom and click, "Advanced Options". Once you are on the next page you will see a code input field with the title "ADD CUSTOM CSS". You will need to copy/paste the code below into this field then hit save. Make sure to copy the code exactly as shown including curly bracers and fullstops or the code may not work.

.tile-content ul, .tile-content ol {padding-left: 3px;} .tile-content ul li, .tile-content ol li {margin-left: 0;}