Hello Enfold Team,
I have noticed a strange behavior between Woocommerce, the Germanized plugin and Enfold.
In the product view the unit is displayed incorrectly. The unit is always placed at the beginning instead of the end.
Actual: kg1,00 € incl. VAT 1,00 € /
Desired display: 1,00 € incl. VAT 1,00 € / kg
In the store view this looks like this
Actual: kgProduct contains: 1
Requested display: Product contains: 1 kg
I have seen the post #1198816 with a similar behavior. However, the CSS code did not help in my case.
In the wordpress / plugin settings I tried different settings. Unfortunately, the unit is always at the beginning.
How can I solve this so that the unit is always at the end?
I share the website in private mode. There you can see this directly.
I am glad about your support.
Many greetings
Thomas
Hi Thomas,
Please try the following in Quick CSS under Enfold->General Styling:
span.unit {
float: none;
margin-left: 0;
}
Best regards,
Rikard
Hello Rikard,
thank you very much. Now it works as requested.
Best regards,
Thomas