Skip Navigation

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

Problem:
The client was unable to click the secondary language in the language switcher dropdown.

Solution:
The custom CSS was causing this issue so adding the below CSS:

.et_pb_with_border.et_pb_row.et_pb_row_0_tb_header.et_pb_equal_columns {
    z-index: 1 !important;
}

solved the problem.

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 2 replies, has 2 voices.

Last updated by nathalieM-5 1 year, 12 months ago.

Assisted by: Noman.

Author Posts
June 10, 2023 at 4:51 pm #13803711

nathalieM-5

Tell us what you are trying to do? I'm trying to make the dropdown language selector come to the front of the other menu bar

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site? hidden link

June 11, 2023 at 7:56 am #13804563

Noman
WPML Supporter since 06/2016

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting WPML Support. You should be able to fix this issue by adding the below CSS in the custom CSS section of your theme and it will look as in the attached screenshot:

.et_pb_with_border.et_pb_row.et_pb_row_0_tb_header.et_pb_equal_columns {
    z-index: 1 !important;
}

Please let me know if this resolves your issue or if you need further assistance with this issue.

Thank you

switcher dropdown.png