Why isn't my mobile menu functioning correctly?

Solved

Why isn't my mobile menu functioning correctly?

magicjewel
Tourist
5 0 1

Hi,
I just noticed that the main menu of my store isn't working. It does't show anything once you click it. Any solution please?
My store is

www.magicjewel.co.uk

Thanks,

Accepted Solutions (2)

PageFly-Victor
Shopify Partner
7865 1786 3130

This is an accepted solution.

Hi @Magicjewel

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> base.css  paste the below code at the top of the file.

@media(max-width:767px){

    .menu-opening[open] #menu-drawer {

  visibility: visible;

   transform: none;

}

 

}

 

PageFly_0-1664378432530.png

 

Best Regards;

PageFly

 

View solution in original post

PageFly-Victor
Shopify Partner
7865 1786 3130

This is an accepted solution.

you are welcome, I am glad when can help you

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1786 3130

This is an accepted solution.

Hi @Magicjewel

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> base.css  paste the below code at the top of the file.

@media(max-width:767px){

    .menu-opening[open] #menu-drawer {

  visibility: visible;

   transform: none;

}

 

}

 

PageFly_0-1664378432530.png

 

Best Regards;

PageFly

 

magicjewel
Tourist
5 0 1

Hi,
I applied the code and it works now. Thanks PageFly for your help.

Kind regards,

PageFly-Victor
Shopify Partner
7865 1786 3130

This is an accepted solution.

you are welcome, I am glad when can help you