Hi, i would like to show the related product as a widget.
I tried with the woo commerce shortcode but it is displaying not as the other widget..how can i do?
thanks
.relatedproductwidget ul.products li {
list-style: none;
margin: 0;
padding: 0!important;
}
.relatedproductwidget ul.products li.product .onsale {
display: none;
}
.relatedproductwidget ul.products li img {
border: 0;
border-radius: 0!important;
float: left;
height: auto;
margin: 7px 20px 5px 0;
width: 55px!important;
}
.relatedproductwidget ul.products li h3,
.relatedproductwidget ul.products li h3 a {
float: right;
padding: 0;
}
.relatedproductwidget ul.products li h3 a {
float: left;
}
.relatedproductwidget ul.products li h3 {
width: 60%;
text-align: left;
}
.relatedproductwidget ul.products li > a {
width: 40%;
}
.relatedproductwidget ul.products li span {
text-align: left;
}
.relatedproductwidget ul.products li > a {
width: 40%;
float: left;
}
.relatedproductwidget .price .amount {
font-size: 15px;
}