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:
However, on Chrome:
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?