Replies: 0
When vertical buttons layout is used, the buttons don’t stack up on top of each other but rather flow horizontally, equally to horizonal layout.
As a workaround I have to make their container element display: inline-block:
.wc_ppec_responsive_payment_buttons {
display: inline-block !important; /* (override inline style) */
}