Hi @Ying,
Thanks, that worked. I did as you suggested, and added the CSS to the child theme’s style.CSS file.
I have removed the below CSS, because you mentioned that it was conflicting with the other CSS:
.entry-content ul li {
margin-left : -1.5em;
margin-bottom : 10px;
position : relative;
}
Because the above CSS was removed now all of my bullet points have moved to the right, by 1.5em, which is not ideal, especially on mobile devices.
Would you have any recommendation to move all bullets back to the left by 1.5em, please?