Shopify themes, liquid, logos, and UX
The default for the "image with text" section on mobile is to show image first then text below it. How can I change this so that the text shows first and then the image is below it?
Solved! Go to the solution
This is an accepted solution.
Hi @kckc2022,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at the bottom of the file -> Save
@media (max-width: 768px) {
.image-with-text__grid.grid.grid--gapless {
display: flex !important;
flex-direction: column-reverse !important;
}
}
Thanks!
Please share your store url @kckc2022
I'm using this theme: https://themes.shopify.com/themes/refresh/styles/default/preview
This is an accepted solution.
Hi @kckc2022,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at the bottom of the file -> Save
@media (max-width: 768px) {
.image-with-text__grid.grid.grid--gapless {
display: flex !important;
flex-direction: column-reverse !important;
}
}
Thanks!
That worked! Thank you!
You're welcome!
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