Solved

Can you switch text and image positions on laptop in Shopify's Broadcast theme?

LukaL
Explorer
110 0 6

Hello guys is it possible to switch ONLY on the laptop version the positions here https://prnt.sc/vr1z9z

anchorn.eu

Theme: Broadcast

 

Thanks a lot & Best regards,

Luka 

Accepted Solution (1)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@LukaL 

Thanks for post 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

#shopify-section-1606434658662 .image-with-text-wrapper {flex-direction: row-reverse;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@LukaL 

Thanks for post 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

#shopify-section-1606434658662 .image-with-text-wrapper {flex-direction: row-reverse;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
LukaL
Explorer
110 0 6

Thanks a lot :))