Topic: Align Form Labels Right
Khalid Saud asked 5 years ago
Greetings,
I have MDB working 99% on RTL with no issues by utilizing the RTL Bootstrap.
The only issue I'm having at the moment is the form couldn't be RTL as it should be, I need your support to help me adjusting CSS.
Thanks
Tomek Makowski staff answered 5 years ago
Hi
Try to use it
.md-form label {
position: absolute;
right: 0!important;
left:unset;
}
.md-form label.active {
transform: translate(15px, -14px) scale(0.8);
}
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: MDB jQuery
- MDB Version: 4.18.0
- Device: Desktop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Tarik Alkathiri commented 4 years ago
Dear Brother Khalid. Eid Mubark. Can you please help me on making My MDB support Rtl. Thank you very much.