Space between Price and Discount

  • Posts: 140
  • Thank you received: 0
11 years 2 weeks ago #168856

-- url of the page with the problem -- : www.xraycert.com

When I show the original price along with a discount, there is no space between the discount and the price. This happens on the checkout page also.
How can I insert some space between?
Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 26274
  • Thank you received: 4045
  • MODERATOR
11 years 2 weeks ago #168887

Hi,

You can use some CSS on the class "hikashop_product_discount" or your can use some translation keys like "PRICE_DISCOUNT_END".

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 140
  • Thank you received: 0
11 years 2 weeks ago #168902

I tried this
span.hikashop_product_discount{
white-space:nowrap;
text-decoration:none;
content: "\0020";
}

and added space
PRICE_DISCOUNT_END="   "

It shows the space but the space is formatted strikethrough.
Any idea what I am doing wrong?
thanks

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 2 weeks ago #168921

Hi,

Why not use:

.hikashop_product_price_before_discount{
    margin-right: 5px !important;
}

The following user(s) said Thank You: serbofleconcepts

Please Log in or Create an account to join the conversation.

  • Posts: 140
  • Thank you received: 0
11 years 2 weeks ago #169013

That works. Thanks!

Please Log in or Create an account to join the conversation.

Time to create page: 0.072 seconds
Powered by Kunena Forum