• Resolved hellobcreaticomve

    (@hellobcreaticomve)


    Thanks for the plugin. Is there a way to place the floating language switcher (that sits at the bottom of the page), on the TOP of the page? (above the menu)

    Thanks for your help.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Cristian Antohe

    (@sareiodata)

    Hi,

    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:

    #trp-floater-ls {
    top: 0;
    bottom: auto;
    border-radius: 0;
    border-radius: 0 0 3px 3px;
    }

Viewing 1 replies (of 1 total)

The topic ‘CSS for Floating Flag Icons’ is closed to new replies.