Product Order Options Are Cut Off

  • Renae
    Asked on August 21, 2019 at 5:39 PM

    Hello!  I have figured out sub-options so each product has several size and quantity options.  However, now the options are cut off after the first one, or are cut off completely under each product.  I do not know CSS well enough to know how to fix it.  I found someone else in the forum with the same issue and copied the CSS code recommended, but it doesn't work for my form.  Since I have so many size options, I would love to be able to have all options display under the product in 2 columns.

    Thanks for your kind assistance!

  • John Support Team Lead
    Replied on August 21, 2019 at 7:17 PM

    Hi Renae,

    As checked, you are using the correct CSS selector. However, instead of width, I think we need to adjust the height. Please try replacing the code with this:

    .form-product-item{height: 200px;}

    Please try that and let us know how it goes.

  • Renae
    Replied on August 21, 2019 at 7:39 PM

    Perfect.  Thank you!