I am wondering if it is possible for me to move the dropdown list down 4px?
I have tried several styles in .ui-autocomplete {}.
.ui-autocomplete {}
including:
Try
.ui-autocomplete { margin-top: 20px !important; top: 0px !important; }
Or try
.ui-autocomplete { margin-top: 20px !important; top: auto !important; }
See a demo: