Site logo

Archived topic

woocommerce mini cart apostrophe

9 replies · Started by Jacob on February 20, 2022

Viewing posts 1–10 of 10

Hello everyone.
I have a problem with woocommerce mini cart apostrophe.
I want him to appear on the left side of RTL
For example, $ 199.00 will appear

Hi Kobi,

To have a better understanding of the issue, may you provide a link to the site in question? Moreover, a screenshot of showing what you wish to happen would help as well.

You may use the Private information field if you wish: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots

Hope to hear from you soon! :)

Hi fernando

look what i mean

Can you kindly send the link to the site in question?

In any case, you can try utilizing a CSS code similar to this:

.woocommerce-Price-amount bdi {
    display: inline-flex;
    flex-direction: row-reverse;
}

Just change the selector to whichever is holding these price and currency elements.

Hope this helps! :)

I tried viewing the site but this is what I see: https://share.getcloudapp.com/DOum0rlP

I also tried using VPN and still got the same result.

Kindly confirm if this is the correct site.

Hope to hear from you soon. :)

Fernando try now.

https://shop1.xpio.co.il/wp/

My intention is to change the side of the currency type
woocommerce mini cart currency RTL

Hi there,

try adding this CSS:

.menu-bar-item .cart-contents {
    direction: ltr;
    display: inline-flex;
    align-items: center;
    height: 50px;
}

.cart-contents>span.gp-icon {
    order: 20;
}

David. Bomb Thank you very much!!!

Glad to be of help

This archived topic is closed to new replies.