Currency position not respected by grid content products

This topic has 2 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler

  • Avatar: logical-luke
    logical-luke
    Participant
    March 26, 2022 at 01:32

    Hi,
    I do have currency position set to the right side after the price
    Right side
    When Products block is booked into the page with grid template
    Grid
    position is not respected
    Position wrong
    Rest of the page renders currency in the correct place
    Correct position

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 26, 2022 at 09:31

    Hello,

    Add the next code in Theme Options > Theme custom CSS:

    .etheme_products .woocommerce-Price-amount bdi {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }
    .etheme_products .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
        margin-left: 5px;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.