Site logo

Archived topic

How to Ajust the Spacing of bullet points ul and ol

3 replies · Started by Maggie on June 9, 2021

Viewing posts 1–4 of 4

How to adjust the width spacing of bullet points

    and

  1. please see image

Hi there,

add this CSS:

.entry-content ul,
.entry-content ol {
    margin-left: 0.5em;
}

Thanks, it work.

Glad to hear that

This archived topic is closed to new replies.