Okay
  Public Ticket #2766083
Move cross sells to under cart summary
Closed

Comments

  •  16
    Jakob started the conversation

    Hi

    I would like to move cross sells to under card summary, how is that possible?

    Thanks

  •  16
    Jakob replied

    please see screenshot 

  • [deleted] replied

    Hi Jakob,

    That option is not possible by default. But can you please send me your site URL so I can check if there is something that I can do for you by changing some CSS styles in that area.

    Thanks!

  •  16
    Jakob replied

    Hi again

    The url is : https://usmeus.com/

    Thanks

  • [deleted] replied

    Hi Jakob,

    The only solution for the moment is if you make that area 100%. To do that Please just add this CSS code to your Custom CSS area:

    .woocommerce-cart .cart-collaterals {
        float: left;
        width: 100%;
    }
    P.S: In the near future we will release a new Kalium version that has many new features for the shopping part of the themesmile.png

    Thanks!

  •  16
    Jakob replied

    ok, thanks