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

Last updated by Mihai Apetrei 1 month, 1 week ago.

Assisted by: Mihai Apetrei.

Author Posts
October 11, 2024 at 11:48 am #16279439

lionelC-3

how can i fix this alignment?

October 11, 2024 at 11:52 am #16279445

Mihai Apetrei
Supporter

Languages: English (English )

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

Hi there.

You can use this custom CSS code for overwriting your current width size.

By the way, that width size that currently exists on the site comes from the theme or from a plugin that you have active.

You can control it using this CSS code and you can change the value to what you want, I just found that 61px would be the most in-line with the flag above:

ul.sub-menu {
    width: 61px !important;
}

Also, please note that these are considered custom coding work and fall out of the purpose of our support policy, but with small requests like the one here, we are happy to help.

However, if there's ongoing customizations needed or more advanced ones, then we would recommend a front-end developer or a WPML contractor (https://wpml.org/contractors/).

I hope that you will find this information helpful.

Mihai Apetrei