Moving Image Below Text Mobile Dawn Theme

Solved

Moving Image Below Text Mobile Dawn Theme

EliFineArt
New Member
4 0 0

Hi folks, 

I just published a new theme using Dawn. On my home page, I have an "image with text" section. I copy pasted some code from previous discussions to have the image appear second to the text on mobile only. When I preview the theme through the theme editor, it looks good. However, when I actually visit the site on mobile the change hasn't registered. Any suggestions? 

Accepted Solution (1)

PageFly-Oliver
Shopify Partner
878 190 188

This is an accepted solution.

Hi @EliFineArt ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
@media(max-width:767px){
.image-with-text__grid{
flex-wrap: wrap-reverse;
}
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)

theycallmemakka
Shopify Partner
1806 437 471

Hi @EliFineArt ,

 

Can you provide link to preview the theme?

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

EliFineArt
New Member
4 0 0

Sure thing! https://elisavita.com/ 

PageFly-Oliver
Shopify Partner
878 190 188

This is an accepted solution.

Hi @EliFineArt ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
@media(max-width:767px){
.image-with-text__grid{
flex-wrap: wrap-reverse;
}
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

EliFineArt
New Member
4 0 0

That worked. Thank you so much!