Hello,
I succeeded to limit the text width but I cannot figure how to center it.
#shopify-section-aboutus-imagewithtext0 p.hero__description {
max-width: 70%;
}
My url : https://www.ambigoose.com/pages/about-us
Thank you so much
Jon
Hello,
I succeeded to limit the text width but I cannot figure how to center it.
#shopify-section-aboutus-imagewithtext0 p.hero__description {
max-width: 70%;
}
My url : https://www.ambigoose.com/pages/about-us
Thank you so much
Jon
Please Go to Online Store β Themes β Edit code β Assets β theme.scss.liquid and paste this code at the end of this file.
#shopify-section-aboutus-imagewithtext0 p.hero__description {
margin: 0 auto;
max-width: 600px;
}
@Hardik29418 THANK YOU SO VERY MUCH
Thank you for accepting my answer as a solution. Please check your PM inbox