I’m having issues with my mobile banner it gets cut off, can someone please help me as I’ve tried pasting the code but nothing changes.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
What’s the link to the website?
Hello @mbisa
To fix it, you can go to Edit theme code, open file base.css and add this code at the bottom
@media (min-width: 1025px) {
.shopify-section .banner {
min-height: 120rem;
}
}
The result on desktop
thanks for your help, but this code doesn’t work
