I am currently using the nivo slider on my homepage, to show different images. It works perfectly. Although, next to the images there are some text, which I would like to follow
Put your text in the title and then you can make css changes to class nivo-caption, for example try giving width and float.
nivo-caption
.nivo-caption{width:40px;float:right;}
Or else you can switch to other slider sorry.
Here is link is this what you looking for?