How can I reorder my mobile image banner and content container?

Hi,

I would like to rearrange my Image Banner for Mobile so that my content container with heading, body and button appears first before the image on Mobile. Can anyone help me how to do this?

This is the preview link:
https://0wy1xe6ykihurgfg-69874974986.shopifypreview.com

Thank you in advance!

Hi,

At sectionsorbanner.liquid rearrange the HTML Elements

Example:


  # {{ section.heading }}
  

{{ section.body }}

  {{ section.button_text }}

  

Adjust CSS for Mobile View