Hi
I am using jQuery Dialog box to display some content in the page. It is working fine. I need to position to the right side of the page with some padding. I am able to position to right using the below option
$("#dialog").dialog('option', 'position', ['right','center']);
It is positioning right, I need to add the padding something like right:40px . I tried to add but its not working. Please help me how to add the padding value along with position right.