How can I correct text alignment on the products filter bar?

Hi, does anybody know how to fix the text alignment on the products/filter bar?

I think I may have altered something but I’m unsure on how to get the text back to the correct way?

Thankyou :slightly_smiling_face:

@scentihome

Hey please share the store URL then i will check properly.

Thankyou :slightly_smiling_face:

Hi @scentihome

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi there, the store URL is http://scentihome.com/

password: yeitud

Thank you :slightly_smiling_face:

Hi @scentihome

Step 1: Go to Themes → Edit code:

Step 2: Go to file base.css and add this code at the end of the file:

.product-count__text span{
  letter-spacing: 0 !important;
}

Hope this helps you.

Thanks for the reply, however this code did not work.

Sorry my mistake, code has worked! Thank you for your help :slightly_smiling_face: