I have some parts of my website that are fine on desktop but don’t move properly when the screen size changes. Can anyone tell me how to fix this?
Which parts you are want change? If It’s hero banner you can change with css like this
@media screen and (max-width: 767px){
#shopify-section-template--20323948265756__image_banner .banner__box.content-container {
padding: 20px;
}
}
And this is result:
Thanks! It worked!
Happy I could help ![]()






