Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #594312

    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

    #594832

    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

    #594879

    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

    #596133

    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

    #596150

    Thank you! Looks nice!

    #596714

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

    #832757

    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

    #833209

    Hi mulder4301,

    Could you post a link to your site so that we can take a closer look please?

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.