Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #901467
    mat_kinotek
    Participant

    Hi, I’m trying to edit the layout of my Cart page in a 2 columns layout, so that the ‘cart totals’ area is at the right to the cart list, not below ( this page: http://50.87.249.71/~cherryl9/test/?page_id=8 ). I tried to widgetize the ‘cart totals’ in side bar, but with no luck.
    Any hint on how to do this?
    Thanks!

    #902414
    Rupok
    Member

    Hi there,

    Thanks for writing in! It will be unusual but I can suggest you some CSS to achieve this but I can’t guarantee that it will be perfect. You might need to adjust some other CSS as well. If you still want then you can addthis CSS under Customize > Custom > CSS :

    
    @media only screen and (min-width: 980px) {
    .woocommerce-cart .woocommerce > form {
      float: left;
      width: 68%;
    }
    
    .woocommerce .cart-collaterals .cart_totals {
      clear: none;
      float: right;
      margin: 75px 0 0;
      width: 30%;
    }
    }

    Hope this helps.

    Cheers!

    #902997
    mat_kinotek
    Participant

    great thanks-
    it seems working – need some additional CSS to align, but it should be ok.
    Why it it unusual?

    #903773
    Rad
    Moderator

    Hi there,

    Glad to hear that, could be related to conflicting CSS. Is there anything should be aligned?

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-901467 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>