By default, the next button appears either in the left corner of the step or in the middle (if you’re using the Previous button). You can override the button position with custom CSS and move it to the right. In this article, we’ll show you to do it.


Changing the button’s position with CSS


  1. Go to the Sites tab and choose your desired Site.


  1. Go to the Settings tab and choose Player appearance from the left side menu. Then, go to the CSS tab.


  1. Paste the code below in the Custom CSS field and confirm your changes with the Save button.


 .inmplayer-popover-button-next { float: right; }


Done!


Related articles