This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
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.
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.
You must be logged in to reply to this topic.Log in/Sign up