How can I center text in the Debut theme image with text section?

Hi,

Im trying to align the " image with text" section to have it appear centered. Right now, the text is aligned left.

Does anyone know which code needs to be placed where to achieve this?

Thanks

Hello There,

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


Screen Shot 2022-03-21 at 9.14.24 AM.png
www.cumfylids.com

pw: Tito123!

Thanks

please share me screenshot.

like this right .

yup, exactly (:

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.feature-row__item.feature-row__text.feature-row__text--right {
text-align: center;
}

Thank you for your response. It’s good to know that it’s worked for you.
If helpful then please Like and Accept the Solution All.

TY for taking the time to look into this but for some reason it did not work.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:

.feature-row__item.feature-row__text.feature-row__text–right {
text-align: center!important;
}

Screenshot:-Screenshot by Lightshot

Hello there,

close tag missing .btn–secondary-accent{

I see it works on your side but for some reason it still doesn’t appear centered using this code.

.feature-row__item.feature-row__text.feature-row__text–right {
text-align: center!important;
}

please add my code top of the file.

That worked! Thanks a ton!

Thank you for your response. It’s good to know that it’s worked for you.
If helpful then please Like and Accept the Solution.