Hi,
I am using a search dropdown element in my custom header, and I wish to align the search bar to the right instead of the left.
Currently it looks like this:

I want it to look like this:

I tried:
.x-dropdown {
right: 0;
left: auto;}
which I found in another support request, and it works… BUT it affects all other dropdown elements in my menu as well:

Can I have this modification affect only the search dropdown?