Language Switch in mobile Main Menu missing

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Thu Jan 09, 2014 12:24 pm
Please check: http://mathis-nitschke.com/wp/

The WPML language Switch is looking fine in the classic desktop menu, but is completely omitted in the mobile version. Any idea how to fix?

While we are at it: How can I move the menu to the right? (now it is centered)

Bests,
- Mathis
User avatar
Expert Boarder

GK User
Thu Jan 09, 2014 2:57 pm
Hi,

It's not visible on mobiles, because we used different menu on the mobile/tablets. So i think you should put this switche on another location, or put it directly in layouts/header.php file (e.g. instead of Login button - which is not used).

If you want to move menu to the right, add this code to css/override.css file (first enable this option from Template Options -> Advanced tab)
Code: Select all
#gk-header-nav .menu {
float: right;
}
User avatar
Moderator

GK User
Thu Jan 09, 2014 4:53 pm
Thanks.
User avatar
Expert Boarder


cron