Online Student Entry Form

@media (min-width: 992px) { .node-type-webform .node-webform .webform-client-form .form-item { width: 100%; } } jQuery(document).ready(function() { var nomdesc = jQuery('div.webform-component--submission-information--nominations div.description') jQuery('div.webform-component--submission-information--nominations > label').after(nomdesc.clone()); nomdesc.hide(); });