I am using the DEBUT theme. I am trying to get the desktop default collection photo to fit/display correctly automatically on the mobile version of my site. I have tried other solutions for this problem, but cant get them to work.
The link to the page is https://nostalgia.ltd/collections/vintage-rap-t-shirt
Any help is SO much appreciated.
Best.
Hello, @nostalgiaLTD
Thanks
can you please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.collection-hero__image {
height: auto;
background-size: contain;
}
}
User | Count |
---|---|
806 | |
117 | |
96 | |
93 | |
70 |