We want to change the look of our site and try to use your Enfold Demo Shop… everything seems to work fine exept the price per unit.
We installed woocommerce germanized and now you see the price like this:
3,45 Euro
g 14,26 Euro / 100
and it have to look like this:
3,45 Euro
14,26 Euro / 100 g
The unit “g” has the wrong position and It would be also nice if the price per unit will be a little bit smaler than the regular price..It would be nice if you could help me.
Thanks
Hi blacksnapper,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
Rikard
Attached you can see one of our demo-content products with price per unit. I already find a solution for the “g”
span.unit { float: none;display: inline; margin-left: 2px; position: relative;z-index: 1; min-height: 1px;}
but I think this is not an elegant way, isn’t it!
So best solution might be if the price per unit is thin and everything is on the right position.
2,99 E (14,90 E / 100 g)
Thanks
Hey!
Set the font size and weight of the price per unit with this:
#top .price-unit, #top .price-unit span {
font-size: 12px;
font-weight: 300;
}
Cheers!
Ismael
Thank you! Looks nice!
Hi there
I have the same problem with the unit.
Changing the font size like mentioned above was not successful.
Do you habe another idea?
thx