How to move Header text above Hero Image on mobile only?

Hello, is there a way to move the header text above the hero image on mobile only? Pic Below

URL: infinibuddy.myshopify.com

Pass: eco

Hi @Acid2Rain

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

  • Go to Online Store->Theme->Edit code

  • Asset-> ->theme.liquid paste my code after element

@media (max-width:767px){ .container.image-with-text-overlay__container .image-with-text-overlay__banner.columns.one-whole.image-crop-none { display: flex !important; flex-direction: column-reverse !important; } }

Best Regards;

Pagefly

1 Like

@PageFly-Victor You are awesome!!! Thank you so much for helping me out :slightly_smiling_face: Much appreciated!

you are welcome, I glad when can help you

1 Like