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

Solved

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

IG-shop
Visitor
2 0 1

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.

 

IGshop_0-1696696588770.png

 

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

 

Many thanks!

 

Accepted Solution (1)

Sheesh_b
Shopify Partner
523 116 120

This is an accepted solution.

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

Sheesh_b_0-1696701716222.png

 

 

Thanks

Sheesh B

We're here to simplify website creation for those looking to establish a strong online presence. Book a meeting slot if you want to discuss. It's FREE. BOOK NOW | Try Shopify for $1 for 3 Months: Shopify Trial | Shopify Web Store Developer |
LIKE or mark as ACCEPTED SOLUTION

View solution in original post

Replies 2 (2)

Sheesh_b
Shopify Partner
523 116 120

This is an accepted solution.

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

Sheesh_b_0-1696701716222.png

 

 

Thanks

Sheesh B

We're here to simplify website creation for those looking to establish a strong online presence. Book a meeting slot if you want to discuss. It's FREE. BOOK NOW | Try Shopify for $1 for 3 Months: Shopify Trial | Shopify Web Store Developer |
LIKE or mark as ACCEPTED SOLUTION
IG-shop
Visitor
2 0 1

Many thanks it works now!