• Resolved skhan81

    (@skhan81)


    I’ve been having this problem for a while. I’m trying to change the location of the language switch from top left to top right on mobile. And nothing is working. I tried enabling the said features in the advanced section from some of the posted topics here but nothing is working.

    In it’s current location the switch is covering part of my logo and this looks really bad. Please let me know how to fix this issue.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter skhan81

    (@skhan81)

    Actually now on the desktop version it’s showing on the top right but in the mobile version it’s showing on top left and in the middle on tablet. What is going on? Why is there no consistency?

    Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    You can change the position of the floating language switcher using a bit of CSS and restrict them according to the number of pixels. Here is an example:

    @media screen and (max-width: 500px) {
        #trp-floater-ls {
            left: 10%;
            top: auto;
            bottom: 0;
            border-radius: 5px 5px 0 0;
        }
    } 
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Language Switch Broken’ is closed to new replies.