How to reduce space between WPML flags (resolved)

edited September 2022 in Theme Options

Hi,

I am trying to reduce space between flags. Link to a page where the issue can be seen: https://kloon.home7zones.eu/ (password: 12345)

I expected to see: less space between flags. Instead, I got big space. Looked from forum and added additional css:

.wpml-ls-item span {

padding-right: 2px !important;

}

but still the same. Do you have css code for it?

This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
Image
flags wpml.png
109.04 KB

P.S Got answer from wpml support and it worked, css code:

.mfn-header-menu .wpml-ls-item.mfn-menu-li .mfn-submenu {

  width: fit-content;

}

Comments

Sign In or Register to comment.