Align words in description of the product

Hello,

I would like to have a beautiful alignment but it doesn’t work… How to do ?

I did this :

But i have this on the computeur and phone … :

Phone :

Website : www.myeasytolearn.com

Hi mdezaka1

Please follow this step it will be works.

Let me know if you have any additional questions!

All the best,

Sams

In which file i have to write this (i am noob) and what exactly ? Cause i am french and i don’t understand well sometimes ^^’

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.product-single__meta .product-single__description {
    text-align: left !important;
    color: #000000 !important;
}

.product-single__meta .product-single__description p{
	color: #000000 !important;
}

Thanks bro !