Make text central on Mobile Device 'Image with Text' section

Hi,

How do I make the text central on my first Image with Text section on mobile device?

www.quiztrail.co.uk

Thank you,

Liz

1 Like

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.

@quiztrail

Please add the following code at the bottom of your assets/theme.css file.

@media only screen and (max-width: 749px){
#shopify-section-1627305624b41aee8e .feature-row__text { text-align: center; }
}

Hope this works.

Thanks!

1 Like