• Resolved radra

    (@radra)


    The Floating Language Selection is set to “Right”, but in mobile view it is shown on the left side and covers the logo. How can I move it in the top-center position, just for the mobile view?

    Thanks

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

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

    You can do this using a bit of code. Go to Appearance –> Customize –> Additional CSS and add this code :

    @media screen and (max-width: 500px) {
    #trp-floater-ls {
    margin-left: 26%;

    }
    }

    I’m not 100% certain about those sizes, but you should be able to get the result you want by changing them a bit.

    Best regards,
    Cristian

    Since more than 5 days have passed since the last answer was left; we will close this ticket with success status.

    Thanks for understanding,

    Cheers,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Floating Language Selection’ is closed to new replies.