Checkout page shipping
-
Hi there,
Is there a possibility to change the shipping part of the checkout page?
Shipping part looks good on shopping cart on mobile view, but not in checkout page.
https://ufile.io/s34fjvhk Here you can see the shopping cart on mobile view and the Shipping part “Toimitus” in Finnish language is on the upper left corner.
https://ufile.io/zo8s1t7q Here you can see the checkout page on mobile view and the Shipping part “Toimitus” in Finnish language is on the left side and middle.
https://ufile.io/6vroyad4 On the shopping cart “Toimitus” location comes from ::before code.
https://ufile.io/n5ffqlzc The checkout page doesn’t have this ::before code.
I tried to add to the theme settings custom CSS:
.woocommerce-checkout-review-order-table tfoot td:before {
content: attr(data-title) ¨: ¨;
font-weight: 700;
float: left;
text-transform: uppercase;
font-size: 14px;
}But this is not helping at all. :/
Best Regards,
Tuomo Nurkkala
The page I need help with: [log in to see the link]
- The topic ‘Checkout page shipping’ is closed to new replies.