diff --git a/src/js/validatr.js b/src/js/validatr.js index 805355f..565028a 100644 --- a/src/js/validatr.js +++ b/src/js/validatr.js @@ -915,7 +915,7 @@ } if (location === 'bottom') { - error.offset({top: offset.top + error.outerHeight()}); + error.offset({top: offset.top + $target.outerHeight()}); } } else if (filters.leftright.test(location)) { error.offset({top: (offset.top + $target.outerHeight() / 2) - (error.outerHeight() / 2)});