Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #947555

    Hi Nikko,

    Regarding to the previous issue,

    https://kriesi.at/support/topic/cart-page-customization-2/

    unfortunately it works well only if there are cross-selling products in cart. If there is only one product or products without cross-selling products, it doesn’t work well…

    Screenshot: https://prnt.sc/jam9wo

    I am looking forward to your precious help.

    Thank you in advance.

    Best regards,
    Nick

    #949233

    Hey Nick,

    Please find following code

    #top.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        position: absolute;
        right: 0;
        bottom: 107px;
    }

    and change it to following

    #top.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        position: absolute;
        right: 0;
    }

    and check if that helps. If it does not, please create a temporary admin login for us, add example products to cart and post logins here privately.

    Best regards,
    Yigit

    #951999

    Hi Yigit,

    Thank you so much!! It worked great!! :)

    Is there any way that to be mobile responsive as well?

    Best regards,
    Nick

    #952992

    Hi,

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 990px) { 
    .woocommerce-cart .woocommerce .woocommerce-info, .woocommerce-cart .woocommerce .woocommerce-cart-form, .woocommerce-cart .woocommerce .cart-collaterals {
        display: block;
        width: 100%!important;
        position: initial!important;
    }}

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.