How can I customize mobile image and text order in Sense Theme?

Hello,

I’d like that my “Image with text” shows the text first and then the image on mobile but not every “Image with text”

Only the one’s that I want. Thanks to @MarinaPetrovic for the help, she fixed all my other problems!

Example:

Only one/two specific “image with text” should NOT show the text first but image first.

1 Like

@itsmejoshy

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

@itsmejoshy

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px) {
.image-with-text .grid__item {margin: 10px 0px;}
}