Solved

Center text on image with text overlay | Broadcast theme

JonX
Explorer
76 6 33

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%;
}

Screen Shot 2021-07-29 at 8.59.10 AM.png

 My url : https://www.ambigoose.com/pages/about-us

 

Thank you so much

Jon

 

Accepted Solution (1)

Hardik29418
Shopify Partner
2913 419 1081

This is an accepted solution.

@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;
}

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 3 (3)

Hardik29418
Shopify Partner
2913 419 1081

This is an accepted solution.

@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;
}

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
JonX
Explorer
76 6 33

@Hardik29418 THANK YOU SO VERY MUCH

Hardik29418
Shopify Partner
2913 419 1081

@JonX 

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

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email