How do I move the text above the image in mobile view only?

Solved

How do I move the text above the image in mobile view only?

cedelgado
Tourist
11 0 2

I would like the text above this image. Thank u in advance. Site is marinprestige.com. I am using the debutfify theme.IMG_1956.PNG

 

Accepted Solution (1)

Huptech-Web
Shopify Partner
941 188 197

This is an accepted solution.

Hello! @cedelgado Please follow these steps to add this CSS code:

1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.

 

@media only screen and (max-width: 750px) { 
  body .flex-row-reverse {
    flex-direction: column-reverse !important;
  }
}

 

Rishihuptech_0-1718081450115.png

 If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

View solution in original post

Replies 4 (4)

LuffyOnePiece
Shopify Partner
645 93 116

Hi @cedelgado ,

 

Add below css to the theme.css file

@media (max-width: 767px) {
  div#shopify-section-template--22714835042577__image_with_text_GngrPg .row.gx-0.gy-3.gy-md-0.flex-row-reverse {
    flex-direction: column !important;
  }
}

 

 

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

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184

Huptech-Web
Shopify Partner
941 188 197

This is an accepted solution.

Hello! @cedelgado Please follow these steps to add this CSS code:

1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.

 

@media only screen and (max-width: 750px) { 
  body .flex-row-reverse {
    flex-direction: column-reverse !important;
  }
}

 

Rishihuptech_0-1718081450115.png

 If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
cedelgado
Tourist
11 0 2

This one worked. Thank you!

Huptech-Web
Shopify Partner
941 188 197

Most Wellcome! @cedelgado If the solution presented meets your needs and addresses your query effectively, I encourage you to accept it as the chosen answer. This will acknowledge the support you received and aid fellow community members in identifying reliable and effective solutions for their similar concerns.
Thank you.

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required