Skip to content Skip to sidebar

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 Noman 1 year, 10 months ago.

Assisted by: Noman.

Author Posts
October 19, 2023 at 5:42 pm #14618319

Maximilian Wellner

I am trying to: hidden link
In the hamburger menu, the language switcher is not centered and flag is way too big. Please help

October 19, 2023 at 5:43 pm #14618323

Maximilian Wellner

hidden link here is the site.

October 19, 2023 at 7:10 pm #14618861

Noman
WPML Supporter since 06/2016

Languages: English (English )

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

Hi,

Thank you for contacting WPML Support. I’ve visited your site and found out that there was a CSS conflict that’s why you are facing these issues and could be fixed easily by adding this small CSS:

.wpml-ls-menu-item .wpml-ls-flag {
    width: auto !important;
}

.wpml-ls-item a {
    display: inline-block !important;
}

In the custom CSS section of your theme and it will look as in the attached screenshot.

Could you please give it a try and let me know how it goes?

Thank you

after ss.png
October 19, 2023 at 7:17 pm #14618897

Maximilian Wellner

i added the code but no change

October 19, 2023 at 7:45 pm #14619019

Noman
WPML Supporter since 06/2016

Languages: English (English )

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

It shows me as in the attached screenshot, Can you please try to clear your browser cache and see if this resolves your issue.

Thank you

browser cache.png