Multirow - image under text

website: goblender.eu

I want to get images under text on mobile.
Desktio is perfect for now. Only mobile need to be customized for images to go under text

@goblender - can you please share the screenshot of that section?

https://www.goblender.eu/products/portable-smoothie-blender-goblender

@goblender - images are already under respective texts

Hi @goblender

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

@media (max-width: 749px) {
.image-with-text__media-item { order: 2; }
}

No it is not. The first section/text is just “rich text”. All the following is multirow

@goblender -
please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

@media (max-width: 749px){
.image-with-text__media-item{order: 2;}
}

Thank you. Worked smoothly

Very welcome!