• Closed by: Alex
  • Closed on: 06.10.14, 12:01
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #5724 - Flex Menu doesn't working in mobile browser.

Hi,

The flexmenu doesn’t working in mobile browser, please check here : http://norii-shop.com/store/

I’ve check all the forums and googling but still get not right solution.

Please help me ASAP!

Thanks,
Vishnu

Comments

Marek 31 Aug 2014, 10:00

Hello.
Try to add following css to the “Custom CSS” section of “Theme settings” module:

@media (max-width: 728px) {
#header #header_logo .logo {
max-width: 450px;
height: 20px;
width: auto;
height:auto;
max-height: 50px;
}
#header_logo {top:60px}
}