All things Shopify and commerce
i want to make the Headline over the Photo in the Refresh theme. Everything i try to do, doesn't work. Using the Image with Text. Please help out if possible. Edit: I Want it to be visible on mobile headline first > photo after.
Solved! Go to the solution
This is an accepted solution.
@youmustit
As you want to do it for specific section, try adding the below code to end of "component-image-with-text.css" file
@media screen and (max-width: 750px) {
#shopify-section-template--22758465831206__image_with_text_mVhpcH .image-with-text__grid {
flex-direction: column-reverse;
}
}
If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!
Hi @youmustit
Can you please share store URL so that I can guide you.
Sure. Here is the link. https://www.youmustit.com/ The problem only happens on Mobile. On desktop it's showing image on Left, which is not a problem. Just mobile has no option of Title over the photo.
This is an accepted solution.
@youmustit
As you want to do it for specific section, try adding the below code to end of "component-image-with-text.css" file
@media screen and (max-width: 750px) {
#shopify-section-template--22758465831206__image_with_text_mVhpcH .image-with-text__grid {
flex-direction: column-reverse;
}
}
If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!
That indeed helped.
What if i will want to do it For Future, other things in site? What code and where should that be added? I Am new to all the coding. I Found multiple articles here but nothing helped. The question is, how to know the "code/how an area is called"(Like you wrote in code for that specific section - shopify-section-template--22758465831206__image_with_text_mVhpcH .image-with-text__grid) is that written somewhere?
@youmustit
Glad it helped!
As for your query is concerned, it might depend upon the type of customisation you would be doing. It will be better if you can have basics of HTML, CSS so that you have understanding which will guide you with your queries.
If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025