Hi
I have a couple of sections on my home page that has image and rich text. I can set the image position (left or right) on desktop. But no option to set it for mobile.
currently the rich text appears above the image. I’d like the image to display above the text.
URL: https://zerobs.co.za
hello @SDBdigital
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (max-width: 729px){
.template-index .FeatureText.FeatureText--withImage.FeatureText--imageRight{
display: flex;
flex-direction: column-reverse;
}
}
That worked like a charm. Thank you.
Hello @Kinjaldavra ,
I would like the exact opposite. On my page, the image is placed on top of the text. But I would like to have the text first and then the image. Can you help? 