Shopify themes, liquid, logos, and UX
This is my page > https://www.futurisnowshop.com/pages/news
the images are embedded in the background of the cell it seems... so when the screen is resized, the table is responsive but my images are all cropped... is there a way to fit to size in the cell of the table so the image is not cropped out?
Solved! Go to the solution
This is an accepted solution.
Hi @Futurisnow,
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
.multirow__inner .image-with-text__media {
height: auto!important;
}
.multirow__inner .image-with-text__media img {
position: static!important;
}
This is an accepted solution.
Hi @Futurisnow,
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
.multirow__inner .image-with-text__media {
height: auto!important;
}
.multirow__inner .image-with-text__media img {
position: static!important;
}
Thank you so much!!
Hi,
Please can you help me. I am having a similar issue and your solution partly works. By applying the suggested code my images no longer crop, by I now have huge blank gaps under each row (see screen shots - before and after base.css amends). How can I reduce these gaps?
Many Thanks
Hi @bjohns ,
Could you share your Url store? I will help to take a look it.
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