Home › Forums › Basel support forum › Shopping basket & Checkout
Shopping basket & Checkout
- This topic has 12 replies, 2 voices, and was last updated 2 years, 6 months ago by Elise Noromit.
-
AuthorPosts
-
May 9, 2022 at 11:09 pm #374391
TuomoParticipantHi there,
Is there a possibility have the shipment “balls” in front of a longer text?
I have circled the longer texts in the pictures.Attachments:
You must be logged in to view attached files.May 10, 2022 at 3:17 am #374448
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
May 10, 2022 at 9:46 am #374485
TuomoParticipantHere you go:
May 11, 2022 at 1:15 am #374721
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
#shipping_method label { font-size: 12px; }
Best Regards
May 11, 2022 at 9:53 am #374797
TuomoParticipantThanks for this!
Is there a possibility to widen the “td” or the “ul#shipping_method.woocommerce-shipping-methods area as in the first picture (shoppingbasket1) you can see?
The “th” (shoppingbasket2) area could be narrower.
Example the “td” or the ul#shipping… area could be 2/3 of the whole size and the “th” area could be 1/3 of the size.Attachments:
You must be logged in to view attached files.May 11, 2022 at 1:33 pm #374886
Elise NoromitMemberHello,
Unfortunately, table markup does not allow this.
If you have any questions please feel free to contact us.
Best Regards
May 11, 2022 at 6:24 pm #375017
TuomoParticipantOkay, thank you for this information!
May 11, 2022 at 6:31 pm #375019
TuomoParticipantIs there any other way to change those measurements?
Shoul I ask from “table markup” creators how this could be fixed by some way?May 12, 2022 at 1:35 am #375050
Elise NoromitMemberHello,
HTML structure does not allow solving it by custom CSS, unfortunately. Such modification requires complicated Woocommerce code customization which is not covered by our support.
Best Regards
May 13, 2022 at 6:49 pm #375748
TuomoParticipantHi Elise,
WooCommerce gave me these instructions.
So how should I put these work in css?Have you tried table-layout: fixed; ? Then you can set the width of the first cell as you like, a css selector such as table tr td:first-child will do the job.
May 16, 2022 at 1:27 am #376041
Elise NoromitMemberHello,
Table markup is quite limited in options to customize with CSS. You would better reduce font size a bit.
If you have any questions please feel free to contact us.
Best Regards
May 18, 2022 at 7:10 pm #376935
TuomoParticipantI made these fixes and it looks good now:
.cart-collaterals .cart_totals table th {
text-align: left;
font-size: 14px;
width: 15%;
}.woocommerce-checkout-review-order-table th {
width: 20%;
}.cart_item .product-name {
width: 15%;
}May 20, 2022 at 12:16 am #377322
Elise NoromitMemberHello,
We are glad you have solved the issue with the checkout.
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register