Empire theme: Menu is invisible when I click on three dots at the top left

Solved

Empire theme: Menu is invisible when I click on three dots at the top left

mqecommerce
Excursionist
15 1 6

Hi

 

Here my url: www.eliteescapesonline.com

 

Mega menu is perfectly visible on my desktop but it's not visible when I open the website on mobile phone.

 

mqecommerce_0-1711875662133.png

 

Accepted Solution (1)

webwondersco
Shopify Partner
1164 169 170

This is an accepted solution.

@mqecommerce Please add the below line of CSS code at the end of your theme.css file.

 

.mobile-nav-content li.navmenu-item{
    display:block !important;
}

 

Result:

 

webwondersco_0-1711876618891.png

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram

View solution in original post

Replies 2 (2)

webwondersco
Shopify Partner
1164 169 170

This is an accepted solution.

@mqecommerce Please add the below line of CSS code at the end of your theme.css file.

 

.mobile-nav-content li.navmenu-item{
    display:block !important;
}

 

Result:

 

webwondersco_0-1711876618891.png

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
mqecommerce
Excursionist
15 1 6

It worked. Thank you.