How can I move the button underneath the image in each “Image with Text” section on desktop in Dawn theme? By default, the button is displayed to the right of the image which looks odd. Mobile works fine. Here’s the link to my store: https://www.ellaskids.com/pages/about-product
Hi @ellaskids
You can add this code to Custom CSS of those sections
.image-with-text__grid {
flex-direction: column;
align-items: center;
}
Thank you! This worked!
1 Like
You are most welcome!
