I would need the back button to appear on the top left of the page instead of the bottom left. I have found one of the posts where you can clone the buttons, but the problem with it is that we still have a back button at the bottom which is not what my client is looking for.
Page 1 / 1
HI...
Instead of cloning, i recommend move the same back button after the language selected div.
you can use below jQuery
jQuery("#PreviousButton").insertAfter(".LanguageSelectorContainer")
Thank you MohammedAli_Rajapkar
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.