How to align tables in Theme Impulse without disrupting bullet points?

Hey there.

Im inserting some tables into my description. However, the bullet points mess it up somehow. I’ve tried to remove them but to no luck and also tried to align them.

Could you give me some help here :slightly_smiling_face:

Thank you for any help

Store: here

Password: siesoh1

@itsolidude12 Go to assets/theme.css and paste below css at bottom of file.

.rte ol, .rte p, .rte table, .rte ul
{
list-style: none !important;
}