Topic: How to style jquery validation error message?
                  
                  amit_savani
                  free
                  asked 8 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?
                
                  
                
                
                
              
              
            
                      
                      Mikołaj Smoleński
                      staff
                        answered 8 years ago
                    
Hi,
You can use this to place our label below the input:
.md-form label.active {
    transform: translateY(220%);
}
Regards
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
                  
fmorriso free commented 8 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.