Chris repliedFeb 21,4:41pmHi Fred,That is the expected behavior when the choice label is wrapped because of the space reduction.You will need to use CSS to correct the issue.This CSS will adjust the line height so that the space between lines is less:.gchoice{line-height:1.4}This CSS will adjust the position of the radio button to align it to the top of the choice instead of the middle..gform_wrapper.gravity-theme .gfield-choice-input{display:inline-block;margin-top:6px;top:0;vertical-align:top}@media only screen and (max-width:600px){.gchoice{line-height:1.4}.gform_wrapper.gravity-theme .gfield-choice-input{display:inline-block;margin-top:6px;top:0;vertical-align:top}div.ginput_container_number div.instruction{display:none}