The Main Menu is already in the Top-Right Position. Do you want to shift the Main Menu or Slide Caption ?
If you want to shift the Slide Caption you can add the following in the WP-Admin > Appearance > Travel Options > General Options > Custom Code within Head Area Box
<style> .label-text a h3 { float: right; } .active .label-text a h3 { margin: 100px auto 0; float: right; } </style>
You can follow This Tutorial for such these styling customization. BTW, what is your Site URL ?