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 ,
- Go to Online Store->Theme->Edit code
- 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