Language switcher

edited January 2019 in Theme Options
Hi, i have a problem with the language switcher in mobile (http://59634060.swh.strato-hosting.eu). After one of the last theme updates the switcher has disapeared. I think it's the metter of one part of my custom css. To hide the search field in the header I used:

@media (max-width:1240px){
  #Top_bar .top_bar_right{
    display:none !important;
  }

Now it works both in the search field and in the language switcher. What do I have to change in the code just to hide the search box?
Thank you for your support.

Comments

Sign In or Register to comment.