Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #265981

    Hi,

    I use Woo with the extension German market and your little addon to ensure compatibility with Enfold.

    My problem is the position of the “price per unit”. On the 2012 theme it is shown below the price, which is nice:
    Bild hochladen
    But on Enfold it is shown just after the price with no space, so it is almost undistinguishable and readable:
    Bild hochladen

    Can you help here? That would be great.

    Thanks,
    Armin

    • This topic was modified 10 years, 6 months ago by armindoerr.
    #265983
    This reply has been marked as private.
    #266616

    Hi!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    #top .price > .amount {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    }

    Regards,
    Ismael

    #266782

    Hi Ismael,

    thanks, it works perfect on the product page.

    However it’s still in one line in the overview:
    Bild hochladen

    Do you hace CSS for this as well?

    I guess this is one of the last issues on my site, so I would be happy to solve this.

    Thanks,
    Armin

    #266993
    This reply has been marked as private.
    #268474

    Hi!

    Please try this code:

    
    #top .price span.amount{
    display: block;
    }
    

    Regards,
    Peter

    #268520

    Hi Peter,

    thanks. Now offline for a week, but please don’t close this topic. I’ll post results when I’m back.

    Cheers!
    Armin

    #269001

    Hey!

    Ok, I’ll leave this thread open.

    Best regards,
    Peter

    #270801

    Hi Peter,

    jetzt bin ich wieder online. Ich schreib jetzt in Deutsch, denn es würde eh nur deutsche Anwender hier interessieren.

    Deine Lösung wirkt sich nun auf die Übersichten als auch die Produktansichten aus. Allerdings ist jetzt die Einheit in eine dritte Zeile gerutscht. Ziel wäre es, und das sicherlich nicht nur für mich, dass der Preis in einer Zeile steht und das Preis pro Einheit in einer zweiten Zeile darunter. Gerne auch kleiner und nicht Fett, denn bei der jetzigen Darstellung weiß man erstmal intuitiv überhaupt nicht was der eigentliche Preis ist.

    Vielleicht findet das ja Eingang in Dein Plugin, denn das ist eine Sache mit der wahrscheinlich jeder zu kämpfen hat, der diese Kombination installiert hat.

    Danke und viele Grüße,
    Armin

    #270910

    Hey!

    Thank you for the update but it’ll be great if you can translate that in English.

    Anyway, please use this to fix the price per unit positioning. Replace the code Dude suggested above:

    span.price-per-unit.price-per-unit-loop {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    }

    Regards,
    Ismael

    #270921

    Hi Ismael,

    thank you very much! Now it works.

    Best regards,
    Armin

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Position price per unit’ is closed to new replies.