Text Before Image on Mobile View Publisher Theme

Solved

Text Before Image on Mobile View Publisher Theme

MiaPascua
Tourist
23 0 2

URL: 
https://everlyadorned.com/

This section looks fine on desktop view but in mobile view, I would like to have the text first before the image. Please help! 

MiaPascua_0-1683268855311.png

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11289 2212 2382

This is an accepted solution.

Hi @MiaPascua you can do that by add this CSS code at the bottom of your base.css file in store admin > Sale channels > Online store > Themes > Edit code > Assets 

@media only screen and (max-width: 749px) {
#shopify-section-template--18824298004789__2c96d729-099f-41a9-814d-64b8ab4bfd51 .grid--gapless.grid {
flex-direction: column-reverse;
}
}

Here is result 

Screenshot 2023-05-05 at 14.03.05.png

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
11289 2212 2382

This is an accepted solution.

Hi @MiaPascua you can do that by add this CSS code at the bottom of your base.css file in store admin > Sale channels > Online store > Themes > Edit code > Assets 

@media only screen and (max-width: 749px) {
#shopify-section-template--18824298004789__2c96d729-099f-41a9-814d-64b8ab4bfd51 .grid--gapless.grid {
flex-direction: column-reverse;
}
}

Here is result 

Screenshot 2023-05-05 at 14.03.05.png

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

MiaPascua
Tourist
23 0 2

Thank you so much! It worked perfectly!

Dan-From-Ryviu
Shopify Partner
11289 2212 2382

Happy I could help 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.