I can’t center the button with css

Asked

Viewed 57 times

0

I’m having trouble centering the proceed to checkout button. I wanted to pass the paypal to the left. Anyone can help me,I’m using wordpress.

http://ttu.awd.pt/carrinho/

inserir a descrição da imagem aqui

1 answer

0

You need to add the following css to your style sheet:

.woocommerce #payment {
float: none !important;
width: 76% !important;
margin: 0 auto;
}
.form-row.place-order {
background-color: transparent;
}

It’s not the best solution, ideally you pass your css code where you’re having trouble so we can help you better.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.