This topic has 10 replies, 3 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Здравствуйте,
1) Подскажите, как поправить итог заказа – переноситься на две строки (выглядит не красиво).
2) И может поможете, как сделать валюту в нижнем регистре?
Спасибо
Hello
Thank you so much for contacting us!
Can you please send us your website URL along with temporary wp admin access so that we will check your issue in more details and provide you customer support in best possible way.
Robert Hall
Здравствуйте,
Пожалуйста, смотрите private content area …
Спасибо
Hello,
1) Add the next code in Theme Options > Theme custom CSS > Custom CSS for desctop:
.cart-order-details .shop_table .order-total th {
width: 60%;
}
.cart-order-details .shop_table .order-total td {
width: 40%;
}
2) Global custom CSS:
.cart-order-details .shop_table .order-total td {
text-transform: none;
}
Regards
Спасибо!
Все получилось!
Может Вы мне подскажите, как поправить это же в шапке сайта? Тоже, при уменьшении размера страницы стоимость корзины указана в две строки (выглядит не красиво). И валюту отобразить в нижнем регистре.
https://prnt.sc/10w83vh
Спасибо
You’re welcome!
Add the next code in Global custom CSS:
@media only screen and (max-width: 1200px) and (min-width:992px) {
.header-main .et-cart-total {
font-size: 11.5px !important;
text-transform: none;
}
}
Regards
Спасибо за Ваши ответы!
Они очень полезны.
К сожалению, последние два кода не помогли. Все осталось также, как было ранее:
https://prnt.sc/10w83vh
Спасибо
Hello,
Please change this code http://prntscr.com/10wvym8 to:
.header-main .et-cart-total {
text-transform: none;
}
@media only screen and (max-width: 1200px) and (min-width:992px) {
.header-main .et-cart-total {
font-size: 11.5px !important;
padding-left: 3px;
}
.header-main .et-cart-total .woocommerce-Price-amount bdi {
font-size: 12px;
}
}
Regards
Спасибо Вам!
Все получилось и выглядит как я хотел!
You’re welcome!
Regards
The issue related to '‘Layout, page checkout’' has been successfully resolved, and the topic is now closed for further responses