[Resolved] WPML Language Switcher Flag Size

Home Forums Support [Resolved] WPML Language Switcher Flag Size

Home Forums Support WPML Language Switcher Flag Size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #815106
    KATSUYUKI

    I am using GeneratePress plus WPML language switcher and it’s working.
    I’d like to change the size of the flags in the language switcher widget.
    Based on the suggestion of the support team of WPML,
    I added following code in my customizer custom css settings:
    .site-header .wpml-ls-menu-item .wpml-ls-flag,
    .site-navigation .wpml-ls-menu-item .wpml-ls-flag {
    width: 36px;
    height: 20px;
    }
    Unfortunately, it didn’t work.
    Any suggestion on this issue will be appreciated.

    #815276
    David
    Staff
    Customer Support

    Hi there,

    for those in the header widget try this:

    .header-widget .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
        width: 30px;
        height: auto;
    }
    #815354
    KATSUYUKI

    Thank you, David. I did work.
    I am glad to find out GeneratePress and WPML are compatible.

    #815357
    David
    Staff
    Customer Support

    Awesome – glad to be of help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.