Shopify themes, liquid, logos, and UX
Hello Support Community,
The images' bottom side in the multirow section is hidden by the text. How to add some space above the text area so the full image appears ?
This is how the image looks on desktop:
https://nefertari-eg.myshopify.com/
Password:
ohldah
Thank you.
Solved! Go to the solution
This is an accepted solution.
Hi @Gaiar ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media(max-width: 749px){
.multirow .image-with-text__media {
height: auto!important;
}
.multirow .image-with-text__media img {
position: static!important;
}
}
This is an accepted solution.
Hi @Gaiar ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media(max-width: 749px){
.multirow .image-with-text__media {
height: auto!important;
}
.multirow .image-with-text__media img {
position: static!important;
}
}
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