Hey guys! is there any solution to this?
https://gyazo.com/e79564f567fe9941009fabeb96de7e0a
https://gyazo.com/424a48107e8fea64aa6e88d7b4e0eb2e
in desktop is fine but in the mobile nope.
I want to see the text above, so the people can see first the text and then the image. Thank you so much!
Solved! Go to the solution
Hello @User99,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste bellow code in bottom of file
@media only screen and (max-width: 750px) { .feature-row__item.feature-row__text.feature-row__text--left { order: 1; } .feature-row__item { order: 2; } }
thanks for the quick reply @oscprofessional , still the same problem but now my slideshow is white
https://gyazo.com/f8fbaaf54643f61dd163bb76a35ea04b
https://gyazo.com/ebabde09fa4d919a3bc55a932e855d91
Can you please share site url so that I will give you exact solution
I told you to add
@media only screen and (max-width: 750px) { .feature-row__item.feature-row__text.feature-row__text--left { order: 1; } .feature-row__item { order: 2; } }
But you didn't add css
Thats why its not applicable to image with text..
Add the code which I gave you..
and I am unable to see slideshow white
You added in a wrong way
In which file you added the code
This is an accepted solution.
I think you added the code in theme.js
Please add the code in theme.scss.liquid file
User | Count |
---|---|
730 | |
142 | |
104 | |
64 | |
37 |