Topic: How to style jquery validation error message?

amit_savani free asked 6 years ago


I added jquery validation but the error messages intermingle with the label. Find the image here to get an idea. Can anybody help me to fix the issue?

fmorriso free commented 6 years ago

Are the elements that are bleeding together in separate DIV's or have a <code> < br / > </code> between them? What CSS styles, if any, are being applied to the two elements that bleed together? Look for anything that performs a "pull left" type of styling on the second element.

Mikołaj Smoleński staff answered 6 years ago


Hi,

You can use this to place our label below the input:

.md-form label.active {
    transform: translateY(220%);
}

Regards



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: Yes
Tags