I want it to autosize. (while in mobile view) Like an image banner. It looks so bad. and it’s not clear what happened.
-Thanks-
https://perseus-theme.myshopify.com/
Pass:1234
I want it to autosize. (while in mobile view) Like an image banner. It looks so bad. and it’s not clear what happened.
-Thanks-
https://perseus-theme.myshopify.com/
Pass:1234
Really, I did it. I slightly changed the original Dawn theme. I don’t think it will be a big problem.
Can you show me how to solve the problem?
Hello @Ganara
Try this Code : it will be helpful to you-
Go to the online store >Themes>Edit code>Assets>section-image-banner.css>Add code in this file.
@media screen and (min-width: 750px){
.banner--medium:not(.banner--adapt) {
min-height: 27rem !important;
}
}