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:
This is what the offset property of the position option is for:
$('#myField').autocomplete({ source: …, position: { offset: '0 4' // Shift 0px left, 4px down. } });