Spacing on Form

Say we have a form on this page. https://lincolnveteransparade.org/color-guard-registration/. There is three areas on the form the spacing where we ask a yes or no question. When on a smartphone the no button goes under the yes button. However, it is offset to the right. How can we make it align with the yes button? Here is a pic. https://lincolnveteransparade.org/wp-content/uploads/2019/03/IMG_1623.png

Hey @rkassebaum,

Please add this code in X > Theme Options > CSS:

.nf-field-element ul li {
    display: block;
    clear: both;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.