Center add to cart button on featured product

Hello,

I’ve been trying for three days to center add to cart button on featured product and without success.
Someone could help me ?

https://cz-rapidex.myshopify.com/

Best regards

Vladimír Sendler

@vladimirsendler ,

can you please provide screenshot

Sure. Here

@vladimirsendler ,

like this you want?

@vladimirsendler ,

Please add this CSS at bottom of your css file

button#dT_AddToCart-template--15694204174581__1644627512cd414429 {
    display:block;
    margin: auto;
    margin-bottom:15px !important;
}

Thanks!

Hi @vladimirsendler Hope you are doing well
please add this code at the end of dt-framework.css file

.product_payments_btns {
justify-content: center !important;
}
1 Like

I tried both of them. Nothing happens.

I was looking for the same code if is already listed. I did not find. even when I searched directly “margin-right: 15px;”.

Can you think of any tips?

Worked

I’m going to open the bottle and celebrate.
The nerves I had.
Thank you all for your help. I really appreciate it. :slightly_smiling_face: