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?
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024