Where you can achieve what your competitors can’t


Change Image Banner Size On Shopify 

CSS Code for Horizon Theme :

.hero {
  max-width: 100%;
  width: 100% !important;
  margin: 0 auto !important;
  min-height: 300px !important;
}
@media (max-width: 749px) {
  .hero {
    max-width: 140%;
    min-height: 300px !important;
  }
}


CSS Code for Dawn Theme :

.banner {
  max-width: 100%;
  width: 100% !important;
  margin: 0 auto !important;
  min-height: 300px !important;
}
@media (max-width: 749px) {
  .banner {
    max-width: 140%;
    min-height: 300px !important;
  }
}