JPEG Cutting off on sides, top, and bottom

Hello, using Debut theme, and my square jpeg image is being cut off on sides, top, and bottom.

Help!

Domains:

thestickynotary.com

@Stickynotary

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
#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?

2 Likes

@Stickynotary

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!

@Stickynotary

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;
}
}