How do I reorder the elements to make the image go above the heading for mobile breakpoints?

heyspang
Excursionist
26 0 4
Replies 4 (4)

Denishamakwana
Shopify Partner
1408 173 231

sorry, your site is password protected.

please remove it so, i can help you to reordering the elements.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
heyspang
Excursionist
26 0 4

Hi sorry here is the preview link. The section is on the Our People page. 

 

https://92o2k3pjcmv4k88k-51034554559.shopifypreview.com/ 

Denishamakwana
Shopify Partner
1408 173 231

 

please add this media query  at the bottom of theme.css file

@media only screen and (max-width: 749px) {
.FeatureText--withImage {
        display: flex;
}
.FeatureText--imageRight .FeatureText__ContentWrapper {
       order:2;
}
.FeatureText--withImage .FeatureText__ContentWrapper, .FeatureText--withImage
.FeatureText__ImageWrapper{
          order:1;
}
}

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
heyspang
Excursionist
26 0 4

Hi there, that suggestion hasn't worked and all of my modules with the image aligned right don't show the image on mobile.. I have kept the code in there so you can check this.