Hi!
I have noticed that the menu items disappears on Chrome Versión 37.0.2062.94 64-bit. I tested it on an default installation with the follow result:
Linux:
Firefox: it works well
Chrome: menu items disappears
Osx:
Firefox: it works well
Safari: it works well
Chrome: menu items disappears
You can see it on http://empiezoellunes.com
Thank you very much for you attention :)
Hi,
Open style.css file that is located in md_birva folder:
+ Go to line 739 or search "header.navbar"
+ Add this code : -webkit-transform: translateZ( 0 ); into header.navbar {....}
+ Save
Thank you! it works well :)