Skip Navigation

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

Last updated by Mihai Apetrei 1 year, 4 months ago.

Assisted by: Mihai Apetrei.

Author Posts
August 1, 2023 at 5:57 pm #14136569

michalP-55

Tell us what you are trying to do?

I want to center and lower the language swither on web version of my webpage.

What is the link to your site?

hidden link

August 1, 2023 at 7:59 pm #14137507

Mihai Apetrei
Supporter

Languages: English (English )

Timezone: Europe/Bucharest (GMT+02:00)

Hi there.

You could try something like the code in this example here:


.wpml-ls-item a {
margin-top: 12px !important;
margin-right: 20px !important;
}

This is a request that involves custom coding so, in case you would need more help with this, I definitely recommend hiring a front-developer or a WPML-contractor (https://wpml.org/contractors) as custom coding falls out of the purpose of our Support Policy.

I hope that you will find the example helpful 🙂

Mihai Apetrei

August 2, 2023 at 9:08 am #14140263

michalP-55

This one helped, but the line under the flag is to low, maybe can u send me also additional css to fix it?

August 4, 2023 at 5:17 am #14152651

Mihai Apetrei
Supporter

Languages: English (English )

Timezone: Europe/Bucharest (GMT+02:00)

Hi there.

You can try this, too:


.wpml-ls-menu-item .item_outer::after {
bottom: 16px !important;
}

Mihai