Language Switch In Nexio Template - Question | JoomShaper

Language Switch In Nexio Template

O

Oliver

Template 1 day ago

Hello,

where is the language switcher supposed to be placed in Nexio template? If I use the menu position, it disappears on mobile phone and I cannot find any to make it available... https://prnt.sc/vz55Z9wXLQwl

Thank you

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day ago #219994

Hi Oliver,

My quick suggestion is: publish language module inside "offcanvas" position then it will be presented inside Mobile Menu, probably under items.


But if you really need that LANG icon before [=] menu icon on smartphone view then use Custom CSS

@media screen and (max-width: 780px) {
#sp-menu .modules-wrap.align-items-center.d-lg-block {display: block !important;}
}
0
O
Oliver
Accepted Answer
1 day ago #219995

Perfect, as always. Thank you a lot once more :-)

0