I am using JQuery UI and would like to position my dialog horizontally centered but vertically above center, maybe by a fixed amount of pixels or a relative distance from th
I adjusted Exlord's answer to fit.
position: ['center-7%', 'center-12%']
This adjusts horizontally and vertically
$(".popup").dialog({ position: ['center-7%', 'center-12%'], title: 'Updating', width: "auto", } });