Responsive Menu-Button not working

GK User
Wed Jan 13, 2016 4:51 pm
Hi there,

if I open my page with iPad, I can't touch the menu-button. Even if I try to use the Login, only the search-button is touchable.

http://wesentlich-denken.de/webseiten/cms_wm/

Still the same problem with Safari on Mac.

Greetings
Michael
User avatar
Junior Boarder

Joshua M
Thu Jan 14, 2016 9:18 am
Hi,

Try to add the following css code into your TechNews/css/override.css file or use any custom css plugin:
Code: Select all
#gk-mobile-menu,
#gk-user {
  z-index: 999;
}
User avatar
Moderator

GK User
Mon Jan 18, 2016 5:10 pm
Great... it works

THX
Michael
User avatar
Junior Boarder


cron