This thread is resolved. Here is a description of the problem and solution.
Problem:
If you're experiencing issues where your page appears center-aligned in Beaver Builder but left-aligned when previewed live, and you're wondering if WPML settings might be affecting this alignment.
Solution:
First, ensure that this issue isn't related to Beaver Builder itself by contacting their support team. Meanwhile, we recommend applying custom CSS to enforce the desired alignment. You can add the following CSS code to your site by navigating to WP > Appearance > Customize > Additional CSS:
@media (min-width: 1100px) { .fl-full-width .container { text-align: center; max-width: 1100px; } }
Please note that this solution might become outdated or may not apply to your specific case. If this doesn't resolve your issue, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If problems persist, please open a new support ticket.
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.