Moving header on image with text on mobile

Moving header on image with text on mobile

Eman_Akb
Tourist
9 0 3

on mobile, I want the header to be on top of the image in my "image with text" section. how do I do so?

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
9212 1846 1878

Hi @Eman_Akb 

Could you share the link to your store and explain more about your request? 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Eman_Akb
Tourist
9 0 3

https://filtrina.com/

The text goes on over the image just fine on desktop as as shown in BSSCommers reply to my post.

Eman_Akb_0-1723590967023.png

 

but the text goes under the image on mobile which is what I'm trying to fix

BSSCommerce-B2B
Shopify Partner
1407 386 450

@Eman_Akb ,

1. Using the Shopify Admin (Easiest Method)

  • Go to Shopify Admin > Themes > Customize.
  • Navigate to the page that contains the "header" section and  "image with text" section
  • Drag and drop the sections to change their order as desired.

2. Using javascript

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid

<script>
document.addEventListener("DOMContentLoaded", function() {
  var section1 = document.getElementById("shopify-section-sections--16262079283335__2c2ec774-3430-481f-b927-e9c035b9d24e");
var section2 = document.getElementById("shopify-section-sections--16262079283335__header");
  var parent = section1.parentNode;
  parent.insertBefore(section2, section1);
});
</script>

 

Result

BSSCommerceB2B_0-1723532206983.png

 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now I Donate Us Here!

Eman_Akb
Tourist
9 0 3

It did not work. The text goes on top io the image just fine on desktop as your showed in your result picture.

Eman_Akb_0-1723571411170.png

but the text goes under the image on mobile.