This topic has 4 replies, 3 voices, and was last updated 7 months ago ago by Andrew Mitchell
Hi there,
How can I set a space between the price and the price per unit in the shopping card quick view?
Screenshot is attached.
Thanks,
Patrick
Hi @patrickjanko,
Please try adding the following CSS codes under Theme Options > Theme Custom CSS > Global CSS:
.woocommerce-mini-cart.cart_list.product_list_widget ul li {
min-height: 150px;
}
.woocommerce-mini-cart.cart_list.product_list_widget ul li h4.product-title p {
margin: 3px 0;
}
.woocommerce-mini-cart.cart_list.product_list_widget ul li span.wc-gzd-cart-info.unit-price.unit-price-cart {
margin-top: 0;
margin-left: 10px;
}
Result: https://prnt.sc/5p3JvItU8IjJ
Best Regards,
8Theme’s Team
Great, it’s working.
Thanks,
Patrick
Dear patrickjanko,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Format Of The Price Per Unit in Shopping Card Pre-View Should Have a Space’' has been successfully resolved, and the topic is now closed for further responses