Shopify themes, liquid, logos, and UX
How to change the position on mobile to text first above the image
Hi @Ryusei ,
To make this happen you need to add a small css code in your theme file. for that follow below steps,
From Shopify backend
1. Online Store -> Themes -> "..." -> Edit Cod
2. In Edit Code -> "assets" directory -> "theme.css" file.
3. Open the base.css file and add the following code at the end of the file:
@media only screen and (max-width: 700px) {
.image-with-text >:is(picture,svg,img) {
order: 9999;
}
}
4. Save the file and reload your website.
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025