Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I
want to change the banner for mobile view so you can see it totally on mobile. I found a solution but it shorted the width of my PC banner view.
Solved! Go to the solution
This is an accepted solution.
Try this one.
@media only screen and (max-width: 749px){
.banner__media img {
object-fit: inherit;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Try this one.
@media only screen and (max-width: 749px){
.banner__media img {
object-fit: inherit;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!