jondrej
November 17, 2022, 7:21pm
1
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
jondrej
November 18, 2022, 12:44pm
4
Hello,
my url www.fetmacademy.com
password: skeogu
Thank you.
jondrej
November 18, 2022, 2:14pm
5
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
jondrej
November 18, 2022, 6:10pm
7
Hi @ExpertRookie
that’s weird I can’t too.
jondrej
November 20, 2022, 12:25pm
8
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;
}
}
jondrej
November 20, 2022, 6:30pm
10
Hello @ExpertRookie that worked, thank you very much.