Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Thank you for reaching us!

    You can do that with a bit of CSS that you can add via your Customizer interface: WordPress -> Appearance -> Customize -> Additional CSS

    Then add this CSS to it:

    @media screen and (max-width: 600px) { .trp-language-switcher .trp-ls-shortcode-current-language {
        display: inline-block;
        margin-right: -70%;
        border: none;
    }

    Feel free to change the code values and find the perfect match for your setup.
    Also, please let us know if this works for you.

    Cheers,

    Thread Starter kayhankaya61

    (@kayhankaya61)

    Hi,

    Thanks for answering. I will try.

    Cheers,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Css to trp-ls-shortcode-current-language’ is closed to new replies.