Center Product Price and Add to Cart Button Under Product - Debut Theme

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:

https://olx50gx4z2wd6q8j-62631641145.shopifypreview.com

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