How to change text allignment on images - Flow Theme

Hi Community,

on my product page i have multiple image with text sections and the text section starts at the top of the image. i would like the text to be in the middle of the picture, as outlined in image attached.

Anyone got an idea?

Link to product page: https://www.betanics.de/collections/frontpage/products/bio-ashwagandha

Password: Casaluna

Best

Kathie :slightly_smiling_face:

Hello @Katharina_be

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme-product.min.css and paste this at the bottom of the file:

.image-with-text-wrapper .homepage-featured-content-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
}

Thanks @ZestardTech :slightly_smiling_face:

Worked!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like

Hi @ZestardTech , would be awesome if you could also take a quick look at my other issue: https://community.shopify.com/c/Shopify-Design/Add-all-products-to-Cart-Button-on-Homepage-Collection-list-Flow/m-p/1261568