Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #943856

    Hi Sirs,

    I have used the code below to customize the cart page: I would like the cart totals to be besides the cart items (a little bit lower than the place that it is right now in the screenshot) and the title of cross-selling products to be above the cross-selling products, as shown in the screenshot:

    https://prnt.sc/j75qo0

    #top .cart-collaterals .cart_totals {
    float: right;
    }
    #top .woocommerce-cart-form {
    width: 70%;
    float: left;
    }
    #top .cart-collaterals {
    width: 30%;
    }
    .cart-collaterals .cart_totals {
    float: right;
    width: 98%;
    text-align: right;
    }

    I am looking forward to your answer.

    Best regards,
    Nick

    #944030

    Hey Nick,

    Can you post a link to your site? so we can take a closer look and try to give you css code that should work.
    You can post the link in private content, to make it only visible to the moderators.

    Best regards,
    Nikko

    #944084

    Hey Nikko,

    I really appreciate your support! Thank you so much!

    You are an excellent team!!

    Best regards,
    Nick

    #944635

    Hi Nick,

    Sorry for the late response, and thanks for your kind words. Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.woocommerce-cart .entry-content .woocommerce {
        position: relative;
        min-height: 334px;
    }
    
    #top.woocommerce-cart .entry-content .woocommerce .cross-sells {
        clear: both;
    }
    
    #top.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        position: absolute;
        right: 0;
        bottom: 107px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #944928

    Hi Nikko,

    Thank you so much for your support.

    Your snippet code worked, but we have two side effects..

    Screenshot: https://prnt.sc/j898r9

    I am looking forward to your help.

    Best regards,
    Nick

    #945187

    Hi Nick,

    I see, I’m sorry for that mistake, please change this code I gave:

    #top.woocommerce-cart .entry-content .woocommerce {
        position: relative;
        min-height: 334px;
    }

    to:

    #top.woocommerce-cart .entry-content > .woocommerce {
        position: relative;
        min-height: 334px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #947014

    Hi Nikko,

    Your snippet worked!!!

    You are a really great developer!!! Thank soooo much!!!

    You can close this ticket.

    Best regards,
    Nick

    #947038

    Hi Nick,

    Thanks for your kind words, we appreciate it a lot :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Cart page customization’ is closed to new replies.