Vertical buttons don’t stack up
-
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 elementdisplay: inline-block
:.wc_ppec_responsive_payment_buttons { display: inline-block !important; /* (override inline style) */ }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Vertical buttons don’t stack up’ is closed to new replies.