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

    Hello,

    is it possible to customize the custom language switcher from WPML?
    I’d like to reduce the width, so that it’s accordingly to the width of the flag and align the dropdown menu to the right?
    Please have a look at the screenshot for clarification: https://one-bound-beyond.org/screenshot/

    Best regards,
    Niklas

    #1124498

    Hey Niklas,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .wpml-ls-legacy-dropdown-click {
        width: 65px;
        float: right;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1124574

    Hello Victoria,

    Thank you. This can be closed then.

    Best regards,
    Niklas

    #1124849

    Hi Niklas,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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