I use Soledad and Elemenor to edit my website, but I found that the Bullet point made by the Elementor text editor widget and tablepress plugin cannot be displayed. Only the Penci text block can display the bullet point normally. Since I need to display the Bullet list in the table, please can there be a solution?
Hi,
I use Soledad and Elemenor to edit my website, but I found that the Bullet point made by the Elementor text editor widget and tablepress plugin cannot be displayed. Only the Penci text block can display the bullet point normally. Since I need to display the Bullet list in the table, please can there be a solution?
thanks
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.tablepress ul {padding-left: 20px;
}
.tablepress ul li {
margin-bottom: 6px;
position: relative;
list-style-type: square;
line-height: 1.7;
}
.tablepress ul > br {
display: none;
}
Regards,
PenciDesign.
Thanks for your reply, it worked.