Hi,
How do I make the text central on my first Image with Text section on mobile device?
Thank you,
Liz
Hi,
How do I make the text central on my first Image with Text section on mobile device?
Thank you,
Liz
Hello There,
Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.
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!