Move Product Title and Product Image Closer Together On Mobile Debutify Theme

Hey already asked this question but never got an answer for it.
Just want to move the bottom of my product image closer to the product title on mobile.
I am using Debutify Theme and my URL is thepodpal.com

Hello @JTainsh ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid-> paste bellow code in bottom of file
@media screen and (max-width: 769px){
.template-index .product-single-divider {
    margin-top: -24px;
}
}

Thanks

1 Like