Language Switcher does not appear in mobile view
Summary
After the latest update, the LS does not appear in mobile view
Steps to reproduce
- Add language
- Add Language Switcher
- See it in mobile view
Possible fixes
@media only screen and (max-width: 767px)
body header .site-nav .region-header > .block-language {
position: absolute;
display: none; // <= this is causing it
right: 30px;
margin: auto;
top: 67px;
}