Image/text mobile column reverse order

Hello @Marcoares ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your main.css file and paste the following code at the bottom:

@media only screen and (max-width: 767px) {
.m-custom-content__block-text {
    order: 1;
}
}

If problem solved don’t forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

Thanks