Hi Chris,
To change the position of the Slider Image Title and Description to downward
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
and use below css code in custom css box
.nivo-caption { bottom:10%; }
The default value is 30%, you can change the size as per your need.
Regards
Grace Themes