Topic: How to style jquery validation error message?
amit_savani asked 7 years ago
Mikołaj Smoleński staff answered 7 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.
Answered
- User: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: Yes
fmorriso commented 7 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.