Hi Simone
thanks for this, my code looks like this now
if($multi_display = 'checkbox'){ ?> </ul> <?php
}
if($multi_display = 'select'){?>
</select>
<?php }else{ echo '</ul>';}?>
when before it looked like
if($multi_display = 'select'){?>
</select>
<?php }else{ echo '</ul>';}?>
just double checking this is correct.
This has adjusted the message text to align correctly, so this combined with the additonal float:left in that class has fixed this.
Thank you so much for your help!