Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    The “Back to cart” button can easily be removed by unchecking the “Show the Back to Cart button” option on the “WP Admin -> WooCommerce -> Multi-Step Checkout” page. You don’t need to comment out the lines in the code.

    The left/right alignment of the prev/next buttons can be achieved with the following CSS rule:

    .wpmc-nav-wrapper {
      justify-content: space-between;
    }

    See this article for more explanations about Flexbox in CSS. The “float” and “position” rules will not do anything to the buttons.

    Thread Starter anzepintar

    (@anzepintar)

    Thank you for fast response
    i didnt saw the oprion for remove back-to-cart button
    and second code works perfectly
    https://pasteboard.co/Jd66xk6.png
    and thanks for the link
    AP

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘right align for “next” button’ is closed to new replies.