Viewing 12 replies - 1 through 12 (of 12 total)
  • Try this custom css:

    .shipping .woocommerce-Price-amount {
      float: left;
      margin-right: 10px;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter shanekryme

    (@shanekryme)

    Thanks. Worked for the checkout page but not the cart page. Also doesn’t work for mobile.

    Have you got a country, city and zip that will generate the message on the cart page please. You don’t ship to where I live.

    Thread Starter shanekryme

    (@shanekryme)

    On the Cart page, you can just select Canada using the shipping calculator>Update Totals and it will display the message. Then you can “Proceed to Checkout” and scroll to the bottom and it will be there

    Thanks!

    Try this:

    .shipping .woocommerce-Price-amount {
      float: left;
      margin-right: 10px;
    }
    .woocommerce div.cart-collaterals div.cart_totals {  
    	width: 32% !important;
    }
    @media only screen and (max-width: 1024px) {
      .woocommerce div.cart-collaterals div.cart_totals {  
        width: 40% !important;
      }
    }
    @media only screen and (max-width: 1024px) {
      .woocommerce div.cart-collaterals div.cart_totals {  
        width: 50% !important;
      }
    }
    @media only screen and (max-width: 768px) {
      .woocommerce div.cart-collaterals div.cart_totals {  
        width: 100% !important;
      }
    }
    @media only screen and (max-width: 480px) {
      .container_inner {
        width: 340px !important;
      }
    }

    Its a bit hacky. To make a better job it would be necessary to make a custom template but that’s a bit more than can be done for you via the forum.

    Thread Starter shanekryme

    (@shanekryme)

    Thanks. Nothing happening. I was thinking there was a way to do it in the WooCommerce files. Kinda flip the cost and description.

    The css is not in the version of custom_css.css which your page is serving. Did you take it out? If not, the previous version is being cached and served by your system.

    Thread Starter shanekryme

    (@shanekryme)

    It’s there. Not working on the cart page.

    Its there now and working. I think something must have been caching the updated style sheet.

    Thread Starter shanekryme

    (@shanekryme)

    Thanks again! Possible to remove “:” at the end of the sentence since we moved the price?

    You might find it at:
    Dashboard > WooCommerce > Settings > Shipping tab > (pick the zone) > Shipping method, edit the title > Method title.

    Plugin Support John Coy a11n

    (@johndcoy)

    Automattic Happiness Engineer

    Hi @shanekryme

    We haven’t heard from you in a while so I will mark this thread as resolved. Feel free to open a new one if you have any questions along the way.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Shipping’ is closed to new replies.