Here's what I have thus far:
http://jsfiddle.net/urccLq2u/4/
enter code here(required to post)
The default tool tip position is set to bottom.
In the first code, I change the tool tip position right to show the example of the tool tip positioned right.
In the second code, I attempted to change one of the steps tool tip position to right and it didn't change.
Any ideas?
http://jsfiddle.net/urccLq2u/6/
I fixed it. I just had to add
data-position="left"to the html element I wanted to position.Should of looked closer at the documentation on attributes: https://github.com/usablica/intro.js/blob/master/README.md.
Thank you Renzo for looking at the post!