Hello, Could we consider this change :
Wrapping error div inside an other div? Reason : Allow auto width of error box base on length of error message. Try this with chrome dev tool on a triggered validator page : <div style="block;"> <!-- error box wrapper --> <div class="error" id="myfield__error" style="display: inline-block; ">field can't be empty</div> <!-- change to the actual error box : style="display: inline-block; " --> </div> I think it will work every where 3cols 2cols and divs... I try it with 3 cols and divs. Thanks Richard

