-
AuthorPosts
-
May 16, 2014 at 9:41 pm #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:
But on Enfold it is shown just after the price with no space, so it is almost undistinguishable and readable:
Can you help here? That would be great.
Thanks,
Armin- This topic was modified 10 years, 6 months ago by armindoerr.
May 16, 2014 at 9:42 pm #265983This reply has been marked as private.May 19, 2014 at 3:14 am #266616Hi!
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,
IsmaelMay 19, 2014 at 1:32 pm #266782May 19, 2014 at 9:47 pm #266993This reply has been marked as private.May 22, 2014 at 8:16 am #268474Hi!
Please try this code:
#top .price span.amount{ display: block; }
Regards,
PeterMay 22, 2014 at 10:32 am #268520Hi Peter,
thanks. Now offline for a week, but please don’t close this topic. I’ll post results when I’m back.
Cheers!
ArminMay 23, 2014 at 8:04 am #269001Hey!
Ok, I’ll leave this thread open.
Best regards,
PeterMay 27, 2014 at 9:15 pm #270801Hi 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,
ArminMay 28, 2014 at 12:16 am #270910Hey!
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,
IsmaelMay 28, 2014 at 1:06 am #270921Hi Ismael,
thank you very much! Now it works.
Best regards,
Armin -
AuthorPosts
- The topic ‘Position price per unit’ is closed to new replies.