Change the order of image with text only on MOBILE || Symmetry Theme

As I said, I need to change the order of Image with text on Mobile only.

We need to have the text first and the image below the text, only on Mobile.

This is my store link: https://gioto-1308.myshopify.com/

I have to change the order for all these 3 sections, only on Mobile.

Can you help us? Thanks a lot

Hi @Mdb_Gioto ,

Add below css to the styles.css file.

@media (max-width: 767.98px) {
    .section-image-with-text  .flexible-layout {
        flex-direction: column-reverse;
    }
}

Please don’t hesitate to reach out if you need further help optimizing or customizing your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
LuffyOnePiece

Thank you so much. It worked :folded_hands:t2:

1 Like