Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Vertical buttons don’t stack up

$
0
0

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) */
}
  • This topic was modified 16 minutes ago by strarsis. Reason: Remove SCSS specific comments
  • This topic was modified 11 minutes ago by strarsis.

Viewing all articles
Browse latest Browse all 59525

Trending Articles