Site logo

Archived topic

Theme "SHOP" - Checkout form display issue on variable product

3 replies · Started by Gabriel on February 8, 2022

Viewing posts 1–4 of 4

See : https://dev2.lasocietedesplantes.com/p/billet-variable/

There's something going one with the display of the form element on variable product. The quantity selector is jammed on the side of the ticket form instead of using the full width of the column. I can't figure out the issue. Any help greatly appreciated!

Hi Gabriel,

The WC box office plugin has this effect on the default items inside .woocommerce-variation-add-to-cart.

We can try fixing the layout with CSS:

Can you try adding this?

.woocommerce-variation-add-to-cart {
    flex-direction: column;
} 

here's how to add CSS - https://docs.generatepress.com/article/adding-css/

Hi Elvin,

You suggestion appears to be working, thank you very much!

No problem. Let us know if you need further help. :D

This archived topic is closed to new replies.