BeLanguage menu not on mobile

Here's our website: www.spg-hom.de

We added a dropdown menu next to the search button (Languages Menu | depth 1).

  1. This menu does not show up on mobile devices.
  2. As soon as you scroll down on a pc it is covered by the main menu.

How can I fix the two issues?

Comments

  • Hello,

    1) Please, go to Betheme -> Theme options -> Responsive -> Header, and in Mobile icons section choose WPML: Top Bar.

    2) Please, put the following code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    #Top_bar.is-sticky .menu_wrapper{
       margin-right: 150px;
    }
    

    Thanks

Sign In or Register to comment.