How can I reposition a picture in mobile view?

Hello,

I would like to ask If anyone know how to move picture in side view down in mobile view? I have on store first IMAGE WITH TEXT and I have It on secondary, but when I look at mobile view It shows the image first, but I want it below all the text and button.

Thank you very much.

1 Like

Hi @jondrej
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

Hello @jondrej

Please share your store URL. so I can help you with this

Hello,

my url www.fetmacademy.com

password: skeogu

Thank you.

Hello @ExpertRookie @SetuBridge_1 (I forgot to mention you)

my url www.fetmacademy.com

password: skeogu

Thank you.

Hi @jondrej
I cannot access to your store.
Please check the url again

Hi @ExpertRookie

that’s weird I can’t too.

hello @ExpertRookie Now It should work fine

hi @jondrej

You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

@media(max-width: 749px){
.image-with-text__grid--reverse {
flex-wrap: wrap-reverse;
}
}

Hello @ExpertRookie that worked, thank you very much.