• Hello, I was wondering, is there a way to format copy so that it lines up under a bullet point?

    If you look at the page below, in the second bullet “professional nurses to conduct various reviews of the evidence” is not aligning under the bullet. Is there a way to correct this?

    https://kpscnursingresearch.org/ccires

    Thank you so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes there is — do you have custom CSS or a child theme set up?

    Per the above, strongly suggest using either of those so you don’t lose you changes when the theme is updated.

    Try adding this to your CSS:

    ul {
       list-style: outside;
       padding-left: 20px;
    }

    Thread Starter djstine

    (@djstine)

    That you WPyogi I really appreciate your help. I will try this. Best wishes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Aligning Text/copy under a bullet point’ is closed to new replies.