This thread is resolved. Here is a description of the problem and solution.
Problem:
In the German version of a website, all bullet points are incorrectly aligned to the right side, which is typical for right-to-left languages, despite German being a left-to-right language. This issue is visible throughout the entire website.
Solution:
If you're experiencing this issue, we recommend first checking how the bullet points were created and ensuring there are no conflicting settings or styles specifically applied to the German version. Additionally, try disabling all plugins except WPML to see if the issue persists. This can help identify if any other plugin is causing the conflict. Remember to back up your database before making these changes. If these steps do not resolve the issue, the alignment can be corrected using CSS. Here is an example of CSS that you might use:
.de ul {<br /> text-align: left;<br />}
This CSS targets unordered lists (ul) with a class specific to the German language pages (.de) and aligns the text to the left.
If this solution does not apply to your case, or if it seems outdated, please check the related known issues and verify that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket here.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 4 replies, has 2 voices.
Last updated by 5 months, 2 weeks ago.
Assisted by: Andrey.