Topic: Align Form Labels Right
Khalid Saud
pro premium asked 10 months 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 10 months 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
Answered
- User: Pro
- Premium support: Yes
- Technology: jQuery
- MDB Version: 4.18.0
- Device: Desktop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Tarik Alkathiri commented 10 months ago
Dear Brother Khalid. Eid Mubark. Can you please help me on making My MDB support Rtl. Thank you very much.