Home Forums Themes Support Claue How to center section in Cart page

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #7350

      Hello, how can I center this section of the cart page? Please see image.

      Thank you!

      Attachments:
      You must be logged in to view attached files.
    • #7355

      You can add custom css

      .cart-collaterals .cart_totals {
      float: none;
      margin: 0 auto;
      text-align: center;
      }
      .wc-proceed-to-checkout a {
      float: none;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7358

      Hi Harry, I added the code but nothing happened, nothing changed, that section did not center

      Attachments:
      You must be logged in to view attached files.
    • #7362

      Hi,

      please change prev code to

      .woocommerce .cart-collaterals .cart_totals {
      float: none;
      margin: 0 auto;
      text-align: center;
      }
      .woocommerce .wc-proceed-to-checkout a {
      float: none;
      }

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7364

      Thank you!

Viewing 4 reply threads

You must be logged in to reply to this topic.