i have a huge space between product image and variants on debut theme

recently i installed judge.me and it made this huge gap on my page, anyone know how to fix it?

Try adding this code to the bottom of theme.css

.product-single__media {
  height: 50%;
}
2 Likes