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.
Try this one.
@media only screen and (max-width: 749px){
.banner__media img {
object-fit: inherit;
}
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!