Move Button Underneath Image in Dawn Theme

Solved

Move Button Underneath Image in Dawn Theme

ellaskids
Visitor
2 0 1

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 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11608 2276 2456

This is an accepted solution.

Hi @ellaskids 

You can add this code to Custom CSS of those sections 

.image-with-text__grid {
    flex-direction: column;
    align-items: center;
}

Screenshot 2024-10-21 at 09.46.52.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11608 2276 2456

This is an accepted solution.

Hi @ellaskids 

You can add this code to Custom CSS of those sections 

.image-with-text__grid {
    flex-direction: column;
    align-items: center;
}

Screenshot 2024-10-21 at 09.46.52.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

ellaskids
Visitor
2 0 1

Thank you! This worked!

Dan-From-Ryviu
Shopify Partner
11608 2276 2456

You are most welcome! 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.