Title: button position
Last modified: April 9, 2020

---

# button position

 *  Resolved [AngeloLazzari](https://wordpress.org/support/users/angelolazzari/)
 * (@angelolazzari)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/)
 * Hi, great great plugin, congrats!
 * is possible to move the button on the top ?
 * thanks
    Angelo
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-position-9%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12652750)
 * Hello Angelo,
 * you can move the buttons to the top, right after the steps navigation, as in 
   [this screenshot](https://www.silkypress.com/wp-content/uploads/2020/04/buttons-top.png),
   by adding the following JavaScript code to your website:
 *     ```
       jQuery(document).ready(function( $ ){
           $( '.wpmc-nav-wrapper' ).detach().insertAfter( '.wpmc-tabs-wrapper' );
       });
       ```
   
 *  Thread Starter [AngeloLazzari](https://wordpress.org/support/users/angelolazzari/)
 * (@angelolazzari)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12667289)
 * Hi, thanks for the reply!
 * i put the query in the footer, but no way… did I do correct?
 * thank you very much!
 *  Plugin Author [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12667488)
 * I don’t see the JavaScript code on your checkout page. At least not on the linked
   website.
 * Would you open the checkout page’s HTML source code (Ctrl + U in the browser)
   and search for the inserted JavaScript code?
 *  Thread Starter [AngeloLazzari](https://wordpress.org/support/users/angelolazzari/)
 * (@angelolazzari)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12668260)
 * yes, now the code is there, but the buttons are not moved on top.
 * Thank you very much
    Angelo
 *  Plugin Author [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12669043)
 * Right, the code is there now.
 * Note that that is a JavaScript code. In order for it to be executed by the browser
   it needs to be wrapped in the <script type=”text/javascript”></script> tags.
 * Try adding the following:
 *     ```
       <script type="text/javascript">
       jQuery(document).ready(function( $ ){
           $( '.wpmc-nav-wrapper' ).detach().insertAfter( '.wpmc-tabs-wrapper' );
       });
       </script>
       ```
   
    -  This reply was modified 6 years, 1 month ago by [SilkyPress](https://wordpress.org/support/users/diana_burduja/).
    -  This reply was modified 6 years, 1 month ago by [SilkyPress](https://wordpress.org/support/users/diana_burduja/).
 *  Thread Starter [AngeloLazzari](https://wordpress.org/support/users/angelolazzari/)
 * (@angelolazzari)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12670392)
 * ok, thank you very much!!! now is working!!!!
    Angelo
 *  Thread Starter [AngeloLazzari](https://wordpress.org/support/users/angelolazzari/)
 * (@angelolazzari)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12696389)
 * [@diana_burduja](https://wordpress.org/support/users/diana_burduja/) thanks for
   your help!! one more thing: how can i put buttons on top and bottom of the form?
 * thanks
    Angelo
 *  Plugin Author [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12696621)
 * Putting the buttons on top and bottom of the form is easy, just remove the detach()
   function, but the buttons won’t work anymore, as the button’s ids will be doubled.
 * I’m sure there is a solution, but it’s not a trivial one. You’ll have to hire
   a developer to customize you the plugin so the buttons show up both on top and
   the bottom of the form.
 *  Thread Starter [AngeloLazzari](https://wordpress.org/support/users/angelolazzari/)
 * (@angelolazzari)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12696628)
 * ah, ok thank you very much!!! really apreciated!!! take care!!!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘button position’ is closed to new replies.

 * ![](https://ps.w.org/wp-multi-step-checkout/assets/icon.svg?rev=1783907)
 * [Multi-Step Checkout for WooCommerce](https://wordpress.org/plugins/wp-multi-step-checkout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-multi-step-checkout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-multi-step-checkout/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-multi-step-checkout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-multi-step-checkout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-multi-step-checkout/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [AngeloLazzari](https://wordpress.org/support/users/angelolazzari/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/button-position-9/#post-12696628)
 * Status: resolved