"Cart" page translation "Return to shop" link

This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler

  • Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    October 19, 2018 at 11:55

    Hello,
    in the “Cart” page I translated “Return to shop” to “Continua gli acquisti” and this goes to me on the “Update cart” button

    http://prntscr.com/l7wfnp

    I would like it to remain side by side as in the English version

    http://prntscr.com/l7wfvr

    Thanks a lot,
    Dario

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 19, 2018 at 12:04

    Hello,

    Please add this code in Global custom css:

    @media only screen and (min-width: 768px) {
        .woocommerce-cart .actions > div:first-child {
            width: 40%;
        }
        .woocommerce-cart .actions > div:last-child {
            width: 60%;
        }
    }
    

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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