You can try to add something like this to your stylesheet.
`
width: 300px;
position: relative;
top: -400px;
left: 600px;
}
`
This of course requires the description to be wrapped in tags. (that's what the editor normally does)
Check the HTML output of the editor if it doesn't work properly.