Is it possible to adjust the spacing per item so all the details will be shown by default?

  • ABCDripCoffee
    Asked on October 23, 2020 at 1:31 AM

    Hello,

    Is it possible to adjust the spacing per item so all the details will be shown by default? My form shows up like this:

    1603431039 5f926a7f070e8  Screenshot 10

    To expand, I would have to click on the check box first. I was wondering if it is possible to adjust the spacing so it will show up like this by default?

    1603431090 5f926ab21fd87  Screenshot 21

    Hoping for your response. Thank you!

  • Vanessa_T
    Replied on October 23, 2020 at 6:43 AM

    Kindly add the CSS below to display all options by default.

    .form-product-item-detail { height: auto !important; }

    Guide: How-to-Inject-Custom-CSS-Codes

    Please note that with this, the toggle feature will no longer work.

    1603449789 5f92b3bddabb2 01989 Screenshot 10

  • ABCDripCoffee
    Replied on October 23, 2020 at 8:09 AM

    Thank you Vanessa!!