PenciDesign replied
Hi,
You said with me:
"Although still struggling to get <li> items to be centred along with the bullet points"
And now, the ul li is centered along with the bullet points. So, is now you want to remove the bullet points?
If so, please change the codes I sent you to this code:
\
.post-entry ul{ list-style: square; }\
.post-entry ul li{ list-style-type: inherit; }
And change the code inline ul from:
\ style="text-align: center; list-style-type: none;"
to:
\ style="text-align: center; list-style: none;"
Best Regards,
PenciDesign