How to center align product description text?

Hi, friends. Please help. I added this code and centered the product name.

.template-product .product-single__meta, .product-single__meta .rte {
text-align: center !important;
}
.template-product .product-single__description {
text-align: left !important;
}

But the product description is still shifted to the left. How to center the product description?

Now it looks like this.

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Share your Store URL and password if enabled

I just found a solution. You need to edit the description separately for each product. But how to do it for all products at once?

Hey @Igor11

Follow these steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above

i have to find the line
and then paste this code above it. Did I understand you correctly?

Yes

Thank you. You quickly helped me to solve this problem.

I need the same thing, but your code did not work for me. Any other suggestions?