Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
If you're experiencing an issue where the menu bar scrolls over the text on your French pages, it might be due to missing or conflicting custom CSS.
Solution:
We recommend adding the following custom CSS code to resolve this issue. You can do this by navigating to WP > Appearance > Customize > Additional CSS in your WordPress dashboard:

header#masthead {
    background: #ffffff;
}

If this solution does not apply to your case, or if it seems outdated, 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 you still face issues, please do not hesitate to open a new support ticket at WPML support forum.

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.

Tagged: 

This topic contains 1 reply, has 0 voices.

Last updated by chrisB-87 3 weeks, 6 days ago.

Assisted by: Kor.

Author Posts
March 7, 2025 at 3:55 pm #16789251

chrisB-87

Would you please advise on the other two topics.

1. For the French pages the menu bar is scrolling over the text on the page
hidden link

2. Whenever we make an edit to a page and the edits are translated we are losing the format settings on the translated page.

March 7, 2025 at 4:03 pm #16789317

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

It looks like a custom CSS code is missing on the French language page. Probably conflicting with another styling. But anyway, to fix this quickly, I've inserted the custom CSS code below into WP > Appearance > Customize > Additional CSS.

header#masthead {
    background: #ffffff;
}
March 7, 2025 at 4:06 pm #16789323

chrisB-87

Perfect, this is good to know as we add languages that I might need to do this. Excellent service as always!