• Resolved Ginger Maclay

    (@gingerwilliams)


    I have a WooCommerce question. Can someone please tell me how to change the number of columns on product radio button options? The default is set to 3 and I need it to be set to single column. Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your question has little to do with WooCommerce, more to do with the styling of your website. The radio buttons there seem to be created and styled via a plugin you use or the Divi you use.

    The following CSS would suffice for this:

    .plugify_expo_sty_div > div {
     display: block !important;
    }
    .plugify_expo_sty_div > div > label {
     display: block;
    }

    Otherwise you can also contact Divi support. Since this is a commercial product, they can’t help you here in the forum.

    Or contact the support of the plugin you use for the radio buttons. I can’t see which one it is.

    Thread Starter Ginger Maclay

    (@gingerwilliams)

    Thank you so much – that worked perfectly. I appreciate your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce Change number of columns for product options’ is closed to new replies.