Hello,
I’m looking to center the product price and add to cart button under my product name on Debut theme. I’ve tried a few things and nothing seems to work. Here is a link to my preview:
Hello,
I’m looking to center the product price and add to cart button under my product name on Debut theme. I’ve tried a few things and nothing seems to work. Here is a link to my preview:
Hi @md249 ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/ theme.css->paste below code at the bottom of the file
.medium-up--one-third {
display: grid
}
.price__regular, .price__sale {
margin-right: -10px;
}
.price {
align-items: center;
}
Hope my answer will help you