PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Show approx amount is not in the correct place in cart subtotal

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi there,

I have just purchased a premium version of the plugin. I have a problem where the show approx amount is not in the correct place in cart subtotal. How can I move it to the right in alignment with the subtotal amount? Here is a screenshot link for your reference: https://prnt.sc/rp9cay

Thank you and looking forward to hearing from you.

Hello

Please  drop  me  exact  link to  the  issue

Hi,

Here is the link as requested: https://www.tsotruckstation.com/

Thank you.

Hello

Try  to add  CSS:

.woocs_cart_item_price{

display: inline-block;

}

Reasult - https://c2n.me/46KE5mS.jpg

 

Hi,

The issue still persists. The approx. price shown in cart item’s price is fine to me. The issue is approx. price displayed in the subtotal amount, it should be in alignment with the above unconverted amount. https://prnt.sc/rq8fod

Thank you.

Hello

Try  this  CSS:

.shopping-cart-widget-footer  .woocs_cart_item_price{

float: right;

}