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
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.
please share me screenshot.
yup, exactly (:
Hello There,
.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.
Hello There,
.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.