Wordpres CSS codes

How to left align bullet points

ul, ol {
margin: 0 0 1.5em 0em; /* order goes top, right, bottom, left */
padding-inline-start: 17px; /* change this */
}

How to remove right space or margin

  1. Customize
  2. Additional CSS

html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}