Layout, page checkout - by misha - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler

  • Avatar: misha
    misha
    Participant
    March 25, 2021 at 16:34

    Здравствуйте,

    1) Подскажите, как поправить итог заказа – переноситься на две строки (выглядит не красиво).

    https://prnt.sc/10v8a73

    2) И может поможете, как сделать валюту в нижнем регистре?

    Спасибо

    9 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 25, 2021 at 19:15

    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

    Avatar: misha
    misha
    Participant
    March 26, 2021 at 08:57

    Здравствуйте,

    Пожалуйста, смотрите private content area …

    Спасибо

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 26, 2021 at 14:18

    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

    Avatar: misha
    misha
    Participant
    March 26, 2021 at 16:03

    Спасибо!

    Все получилось!
    Может Вы мне подскажите, как поправить это же в шапке сайта? Тоже, при уменьшении размера страницы стоимость корзины указана в две строки (выглядит не красиво). И валюту отобразить в нижнем регистре.
    https://prnt.sc/10w83vh

    Спасибо

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 26, 2021 at 18:34

    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

    Avatar: misha
    misha
    Participant
    March 26, 2021 at 19:11

    Спасибо за Ваши ответы!
    Они очень полезны.

    К сожалению, последние два кода не помогли. Все осталось также, как было ранее:
    https://prnt.sc/10w83vh

    Спасибо

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 27, 2021 at 09:20

    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

    Avatar: misha
    misha
    Participant
    March 27, 2021 at 17:01

    Спасибо Вам!

    Все получилось и выглядит как я хотел!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 27, 2021 at 17:14

    You’re welcome!

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘Layout, page checkout’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.