Testament Theme, box grid gallery alignment

@gianluigi

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/stylesheet.css ->paste below code at the bottom of the file.
.promo-1521604513411-2 .box-ratio {
    padding-bottom: 107% !important;
    position: relative;
}

.promo-1521604513411-2 img {
    position: absolute !important;
    top: 0;
    height: 100%;
}
1 Like