• Resolved chazmo99

    (@chazmo99)


    I have variable pricing set up and my product displays $30.00$35.00- instead of $30.00-$35.00, when you select the text, the dash ‘-‘ is in the middle but it displays on the left. So I feel that this is an issue with the way the text is wrapping and forcing the dash to the right.

    Is there any way I can edit the padding or something within the CSS to resolve this issue.

    Here is my site if you would like to look at the issue:
    https://www.chazhood.com/products

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Try this in your custom css:

    .woocommerce ul.products li.product .price span.amount
    {display:inline-block; float:none}

Viewing 1 replies (of 1 total)
  • The topic ‘Variable Pricing (Dash is on right instead of middle)’ is closed to new replies.