Hello!
I have been trying to do some research on here and have tried various codes I found with others having a similar problem, but it just doesn’t work for me.
I paste under the asset theme.css but still no change.
Hello!
I have been trying to do some research on here and have tried various codes I found with others having a similar problem, but it just doesn’t work for me.
I paste under the asset theme.css but still no change.
@gyang75 ,
Hello There,
@media (min-width: 750px){
.hero--large {
height: 488px;
}
}
@media (min-width: 425px){
.hero--large {
height: 250px;
}
}
@media (min-width: 375px){
.hero--large {
height: 235px;
}
}
@media (min-width: 320px){
.hero--large {
height: 200px;
}
}
Thanks!
Hii, @gyang75
Welcome to the Shopify community!
and Thanks for your question.
.hero{
background-size: contain !important;
height: 41vw !important;
width: 100% !important;
}
I have just tried this in your shopify store:
I hope this will be helpful for you
@premadestores THANK YOU SO MUCH FOR YOUR HELP!!! I APPRECIATE IT!