• Resolved strarsis

    (@strarsis)


    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 3 years, 7 months ago by strarsis. Reason: Remove SCSS specific comments
    • This topic was modified 3 years, 7 months ago by strarsis.
Viewing 2 replies - 1 through 2 (of 2 total)
  • HI @strarsis,
    Welcome to the WooCommerce Forums!

    Can you please share a screenshot of how the buttons look like on your site when the vertical buttons layout is active?

    In addition to this, can you please check if the issue still happens with the Storefront theme?

    Thank you!

    Plugin Support 3 Sons Development – a11n

    (@3sonsdevelopment)

    Hi @strarsis,

    It’s been a while since we heard from you, so I’m marking this thread resolved. Hopefully, you’ve been able to resolve this, but if you haven’t, please open up a new topic and we’ll be happy to help out.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vertical buttons don’t stack up’ is closed to new replies.