How to place the cart widget from top-right at sidebar?

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

  • Avatar: nikos
    nikos
    Participant
    April 7, 2017 at 23:59

    Hi,
    I would like to have a similar mini-cart widget as the one appearing on the top-right (when hovering) at the left side-bar of the various website pages. Currently I have added at the left side bar the woocommerce-cart but the overall layout/alignment is not the same as the one in the top-right cart.
    More detail in private message.

    Thank you.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2017 at 12:21

    Hello,

    To change widget style you can use custom css, for example, add this code in Theme Options > Custom css:

    .sidebar .order-list .icon-remove:before {
        float: right;
    }
    .sidebar .order-list {
        padding-left: 0;
    }

    Regards,
    Rose Tyler.

  • 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.