Changing the Alignment of the Text portion of the Image with Text

Solved

Changing the Alignment of the Text portion of the Image with Text

hellodarkling
Excursionist
33 1 12

Getting so close to website perfect, but still a few wrinkles. Today's complication is this: I'm trying to make the Heading of my Image with Text Centered, while keeping the Text portion Left-Aligned. I can make it do one or the other, but I'm not sure how to get the happy medium and accomplish both. Any help is greatly appreciated. Thank you. 

 

hellodarkling_0-1742312955295.png

 

Theme: Dawn
Site: https://darklingnails.com/
Password: darkling

Example page: https://darklingnails.com/pages/our-story

Kindly keep responses here, several helpful people have messaged my FB page on previous questions. My FB is not fully set up yet, so I haven't been checking it regularly. If you respond there, your message will unintentionally, but in likelihood, be ignored. Thank you so much ❤️ 

Trying to create a website with zero idea of what I'm doing. It's mostly just trial and error and a lot of tutorials right now.
Accepted Solution (1)

suyash1
Shopify Partner
10896 1348 1720

This is an accepted solution.

@hellodarkling - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

#shopify-section-template--19198615879923__image_with_text_ngnbG8 h2 {
    align-self: center !important;
}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 4 (4)

suyash1
Shopify Partner
10896 1348 1720

This is an accepted solution.

@hellodarkling - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

#shopify-section-template--19198615879923__image_with_text_ngnbG8 h2 {
    align-self: center !important;
}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
hellodarkling
Excursionist
33 1 12

Hmmmm.... that moved one, but not all of them. Is there something that can move all of them at once? 

 

Trying to create a website with zero idea of what I'm doing. It's mostly just trial and error and a lot of tutorials right now.
suyash1
Shopify Partner
10896 1348 1720

@hellodarkling - you want like this?

 

suyash1_0-1742315711351.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
hellodarkling
Excursionist
33 1 12

Not quite. I'm looking to have the Headings of the Image w/ Text blocks all Center Aligned, and the Body blocks all Left-Aligned. 

Trying to create a website with zero idea of what I'm doing. It's mostly just trial and error and a lot of tutorials right now.