Why do bullet points appear above text on my product pages?

Hello!

Is there someone who could help me with a visualization issue that I have on my product pages?

As you can see from the below picture almost in every product page my bullet points appear above the text instead of one next to each other. The problem seems to exist only in the desktop version.

The url to the store is: https://www.anime-gadgets.com/
Still designing (password: aulows).

Many thanks!

1 Like

Hi @IG-shop

You can paste the below CSS at bottom to base.css and you can find this file under assets folder.

.product__description.rte li p {
	display: initial;
}

Then, it’ll look like below

Thanks

Sheesh B

Many thanks it works now!