ResolvedProduct Add-Ons Columns Issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27961
    digitalsolutions
    Participant

    I cannot for the life of me figure out how to get my Product Add-on Checkboxes into 2 columns as shown on the demo. All of my add-ons are in one long list. Please help.

    Product Add-Ons Columns

    #27971
    Althemist
    Keymaster

    Hello digitalsolutions,

    This should not happen. The addons are automatically styled in two columns. There is no special setting for this. If you give us a link where we can see the problem “live”, we may be able to guide you what’s causing the problem.

    #28061
    digitalsolutions
    Participant
    This reply has been marked as private.
    #28066
    Althemist
    Keymaster

    Hi Braidy,

    There is something that modifies the font properties. May be some third-party plugin. However, you can easily “fix” it with the following CSS:

    .summary form.cart div.product-addon p.form-row {
        width: 49.4%;
    }

    Just paste the code in Appearance > Customize > Additional CSS field. (or in the child-theme’s style.css if you use a child theme.

    For the mailchimp form, you’d need to use the theme-specific format. Just navigate to the form settings in admin and replace the existing one with this:

    <div class="lafka_single_field_subscribe">
      <input type="email" name="EMAIL" placeholder="Your email" required />
      <input type="submit" value="Subscribe">
    </div>

    Regards,
    Dimitar

    #28082
    digitalsolutions
    Participant
    This reply has been marked as private.
    #28115
    Althemist
    Keymaster

    Hi Braidy,

    1. No, I am afraid addons can’t be used with negative value to exclude ingredients. I’ll discuss with the team if it’s possible to add such feature, but can’t promise anything.

    2. Can’t really tell, as your store is in “closed mode”, so it’s impossible to add products to cart and see the problem “live”. Usually such problems can only happen if your cart/checkout pages are not properly set under WooCommerce > Settings > Advanced OR if you have some sort of quick order plugin that is not properly set. If your store is in “open” mode we can check what could be wrong there.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register