Tagged: woocommerce
Hi there,
I updatet Enfold (and WordPress and Woocommerce) and now the display of the unit-price / Grundpreis is not the same, as I fixed it in the previous version.
It’s a wine-shop and now it is:
7,80 € / 10,40 € pro Liter – all in the same size, in the same line
Before it was (and so it should be again):
7,80 € in – normal size, followed by a line break and then:
10,40 € pro Liter – in a smaller size
I know I have to do it in css, but I was not successfull.
Any help would be highly appreciated.
Thanks and best regards,
Joachim
Hey joachimott,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.price.price-unit.wc-gzd-additional-info,
#top .price {
display: inline-block;
float: left;
}
#top .price.price-unit.wc-gzd-additional-info {
margin-top: -10px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria,
thanks so much for your help! That works really fine, exactly what I needed.
Best regards, Joachim
Hi Joachim,
Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard,
I am happy with the solution. I think you can close the topic.
Best regards, Joachim