Skip Navigation

Resolved

Overview of the issue

When using the new TwentySixteen theme shipped with WordPress 4.4, the footer language switcher is not properly show:
footer-switch-cut-off

Workaround

  • Go to WPML -> Language switcher options -> Additional CSS (optional)
  • Add the following code:
    #lang_sel_footer {
        position: fixed;
        bottom: 2em;
        width: 100%;
    }
    
  • Click the “Save” button