Display text before image -> Multirows on phone

Solved

Display text before image -> Multirows on phone

TrendBlend
Trailblazer
230 0 27

Hello, I want to display the text of a row inside a multi-row above the image on phone. Currently, it only displays under the images and there is no setting to change that. I want both the title and text above the image of the row.

Schermafbeelding 2024-10-20 155942.png

Accepted Solution (1)

Hey_Jak
Shopify Partner
130 9 22

This is an accepted solution.

Use css order property

@media(max-width:767px){

.image-with-text__text-item {
order: -1;
}
}

Shopify Blog
- Check my youtube: Hey Jak
Was your question answered? Mark it as an Accepted Solution.

View solution in original post

Reply 1 (1)

Hey_Jak
Shopify Partner
130 9 22

This is an accepted solution.

Use css order property

@media(max-width:767px){

.image-with-text__text-item {
order: -1;
}
}

Shopify Blog
- Check my youtube: Hey Jak
Was your question answered? Mark it as an Accepted Solution.