mobile menu issue

This topic has been marked as resolved.

Hello,

It seems that for the mobile version when you want to expand the menu (+) at the home page you need to push under the + sign itself so there is a small problem for this. Can this be fixed somewhere in the css stylesheet ?

April 30, 2017 at 5:47 pm #58670

Hi,

1) Open catalog/view/theme/BurneEngine/javascript/common.js

2) Find this code block line:

if ($(this).siblings('.dropdown-menu')[0].getBoundingClientRect().width < 1) {

3) Replace it with:

if ($(this).siblings('.dropdown-menu,ul')[0].getBoundingClientRect().width < 1) {

4) Clear theme cache (if enabled).

Thanks for finding and reporting this problem!

BR,
ThemeBurn team

May 1, 2017 at 11:46 pm #58692

Thanks, it worked.

May 3, 2017 at 12:13 am #58731

Glad we’ve helped, mate.

BR,
ThemeBurn team

May 5, 2017 at 1:35 pm #58837
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.