• Resolved luandmon

    (@luandmon)


    Hi there,

    First of all, great plugin. Very handy and easy to use.

    I would like to ask, if you scroll to the end of the product description section: “create a giftbox”, the options are currently displayed in one row and I’d like to show it as a list instead. I would like to have the options as a separate line instead. Is it possible to lay it out like this as a list? So have each option as a separate line.

    Newborn black beanie ($8.95)
    Newborn white beanie ($8.95)
    Black socks ($5.95)
    White socks ($5.95)

    Not like how it is currently laid out which is all in one line ie: Newborn black beanie ($8.95) Newborn white beanie ($8.95) Black socks ($5.95) White socks ($5.95)

    Your help would be much appreciated, again thanks for the wonderful plugin!

    Thanks,
    Monica

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Monica,

    Thanks for love PPOM. Sure, you can put each checkbox per line, all you need to enter the following snippet into your theme’s functions.php file (or in child theme if using child theme):

    add_filter('ppom_checkbox_wrapper_class', function($cb_class) { return 'form-check'; }, 99);

    If you love our PPOM and support please rate our plugin 🙂

    Thread Starter luandmon

    (@luandmon)

    Great wonderful the code works!

    Thanks for your help.

    Cheers :).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Layout options’ is closed to new replies.