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 
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;
}
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