Center Align Dropdown with CSS does not work on Chrome

Hi everyone,

There are many posts in this forum about how to align the text of dropdowns in the centre, using HTML/CSS. For example, by adding this to the header:

> <style> #mydropdown {
> text-align-last:center;
> }
> </style>

This works fine when I use Firefox:

image

However, on Chrome:

image

I already tried many different CSS styles to make it work on Chrome, but nothing seems to work.

Does anyone have an idea how I could align the text of dropdowns in the center on Chrome?

This topic was automatically closed after 70 days. New replies are no longer allowed.