Hi
I am having trouble aligning bulleted text that has a broken line. I am using
ul li {
list-style-position: outside;
margin-left: 15px;
}
But it does not work. Is there another work around for this problem? Also this alignment problem only occurs on some text boxes?
Regards
Richard
Hi Richard!
Please add following code to Quick CSS
.entry-content-wrapper ul li:first-child {
list-style: disc inside;
margin: 0;
}
Best regards,
Yigit
Hi Yigit
Thanks for your reply. Didn’t work. Some text boxes are correct and others are all over the place. I just do not understand why some are right and the others wrong as all the formatting is the same
Regards
Richard
Hi!
Can you please post the link to your page where we can see an example please?
Best regards,
Yigit
Hi Yigit
Thank you for your reply. I have found the issue buried deep in the CSS….This can be closed
Regards
Richard