Hello, using Debut theme, and my square jpeg image is being cut off on sides, top, and bottom.
Help!
Domains:
Hello, using Debut theme, and my square jpeg image is being cut off on sides, top, and bottom.
Help!
Domains:
sorry for that issue can you please try this code
#shopify-section-hero-1 .hero--x-large {
height: 280px;
}
Thanks so much for this! The code helped with the sides, but the top of the jpeg is still cut off.
Any suggestions?
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 749px){
#shopify-section-hero-1 .hero--x-large {
height: 330px !important;
}
}
Hope this works.
Thanks!
can you please just change value as you like
hello @Stickynotary
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
#shopify-section-hero-1 .hero--x-large {
height: 340px !important;
}
}