I am working on an Arabic website and I am using jquery steps wizard. my problem is that I am unable to move/ align steps to the right side of the page. I am able to move using CSS but the page won't get responsive anymore.
$("#wizard").steps({
headerTag: "h3",
bodyTag: "section",
transitionEffect: "none",
stepsOrientation: "vertical",
titleTemplate: '<span class="number">#index#</span>',
The below image is attached for the reference
Help me out with this problem.