Hi
I want dropdown values left aligned. Image also attached. It is showing in right

Select Book
Select Session
Thanks
Hi
I want dropdown values left aligned. Image also attached. It is showing in right

Select Book
Select Session
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Apr 25, 2023, 4:03 PM
Try this:
Deepak RawatPosted Apr 25, 2023, 12:18 PM
you can use the CSS
text-alignproperty on the dropdown options Here's an example:the
select optionselector targets all the options within the dropdown list, and applies thetext-align: leftproperty to left-align the text within the options.Sachin SinghPosted Apr 4, 2023, 8:58 AM
test this
Uday DodiyaPosted Apr 4, 2023, 7:25 AM
try the dir attribute on the select element to "ltr"
Ramco RamcoPosted Apr 4, 2023, 7:04 AM
Hi Uday
I have tried this but not working
Thanks
Uday DodiyaPosted Apr 4, 2023, 6:59 AM
you can apply style attribute and asign value for text-align, as per below