Shopify themes, liquid, logos, and UX
I am building a website for our store, customcardboardcutouts.com and I am having trouble resizing the slideshow for mobile view. I have seen a couple script changes that have not worked. Can someone help me with this? We are using a slideshow on each page, and they look great with desktop view, but cut off with mobile view.
Solved! Go to the solution
This is an accepted solution.
Hey @CCCutouts,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 989px) {
.slideshow__media.banner__media.media img {
position: relative !important;
}
.slideshow__media.banner__media.media {
position: relative !important;
height: 100% !important;
min-height: 0 !important;
max-height: unset !important;
}
.slideshow__text-wrapper {
display: none !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @CCCutouts,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 989px) {
.slideshow__media.banner__media.media img {
position: relative !important;
}
.slideshow__media.banner__media.media {
position: relative !important;
height: 100% !important;
min-height: 0 !important;
max-height: unset !important;
}
.slideshow__text-wrapper {
display: none !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you so much! That worked and you just made my boss' day!
Hi - this does not work for me - can you assist further?
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