Viewing 6 posts - 1 through 6 (of 6 total)
  • #119547
    konoandorca
    Member
    Post count: 44

    Hi,

    i’m trying to edit the cart layout.
    I want the “cart totals” box on the right to be wider, so “shipping and handling” can fit on 1 line.

    In the “your selection” box, the subtotal column is unnecessarily wide.
    Also i would like the + and – on the same line.
    It looks weird right now.

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #119626
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce .cart_totals table tr.shipping td {
      width: 40%;
    }

    For the quantity buttons I don’t get this issue? Even when resizing browser there is no point where the + drops onto a new line

    – Kyle

    #119627
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce .cart_totals table th {
       width: 132px !important;
    }

    Thanks
    Mohammad

    #119747
    konoandorca
    Member
    Post count: 44

    Thanks for the help.
    Neither of these codes is doing anything for me though.

    #119797
    konoandorca
    Member
    Post count: 44

    Sorry,

    i added it to child theme css.
    Tried it in custom css now.
    This did not have the desired effect now.
    “Shipping and handling” is indeed on 1 line, but that makes the rest of the text in the box feel cramped.

    I want to widen the entire cart totals box.

    #119807
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert this code at Admin -> Theme Options -> General Options -> Custom CSS.
    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 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