New Landing How can we help? Atelier Checkout page text alignment

Viewing 11 posts - 16 through 26 (of 26 total)
  • Posted in: Atelier
  • #271929
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use also this custom css code:-

    .review-order-wrap {
        padding: 45px 10px 10px !important;
    }
    .review-order-wrap table.shop_table tr td.product-name {
        text-align: left;
        width: 200px !important;
    }

    Thanks
    Mohammad

    #271952
    AgenceSurprise
    Member
    Post count: 76

    This one works on the product name ! That’s a first step ๐Ÿ˜‰ Thanks !!

    But it hasn’t change anything in the delivery modes (see attached)
    Do you thing it may be the “delivery” (livraison) word that could be a problem ? (it’s aligned on the left, so maybe it blocks the rest of the text ?

    Attachments:
    You must be logged in to view attached files.
    #272028
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Can i remove the text livraison to fix the issue?
    Thanks
    Mohammad

    #272039
    AgenceSurprise
    Member
    Post count: 76

    Yes of course you can.
    I think it’s because there are two columns and when I resize the first one with your codes, it resizes the second on also.

    #272051
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .review-order-wrap table.shop_table tr.shipping th {
        display:none !important;
    }
    
    .review-order-wrap table.shop_table tr.shipping td {
        width: 100% !important;
    }

    Thanks
    Mohammad

    #272075
    AgenceSurprise
    Member
    Post count: 76

    THANK YOU SO MUCH !
    It works, I just had to reduce the margins so that the divider fit in.
    The text is a bit in the middle, but it’s not a big deal !

    Really, thank you very much Mohammad !

    I have an other question, I would like to remove the shipping methods choice from the cart and let it only on the checkout page, would you have an idea to help me ?

    #272090
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> WooCommerce -> Settings -> Shipping -> Enable the shipping calculator on the cart page – Disable it.
    Thanks
    Mohammad

    #272097
    AgenceSurprise
    Member
    Post count: 76

    I’m not talking about the shipping calculator but the shipping methods, right now, the client can choose from his cart the shipping methods he prefers, and then he can choose again on the checkout page, I would like to disable the choice of the shipment method on the “view cart”.
    Is it possible ?

    #272103
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .page-id-7 tr.shipping{
    display:none !important;
    }
    

    Thanks
    Mohammad

    #272114
    AgenceSurprise
    Member
    Post count: 76

    Thank you very very much Mohammad for your help and sorry for being so annoying ๐Ÿ™‚

    #272115
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted. Thanks Mohammad.
    -Rui

Viewing 11 posts - 16 through 26 (of 26 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register