Center text on image with text overlay | Broadcast theme

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

@JonX

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;
}
1 Like

@Hardik29418 THANK YOU SO VERY MUCH

@JonX

Thank you for accepting my answer as a solution. Please check your PM inbox

1 Like