Re: Main Menu Navigation Issue

Why isn't my main menu navigation opening smoothly?

Alfarsi
Tourist
20 0 3

Hi, 

 

Recently, I changed the menu from left to right. When I press the menu, the menu doesn't open smoothly and the menu items don't appear on the same side. 

Is there a code I can add to resolve this issue?

Please check below URL:

matilalight.com/

Screenshot_٢٠٢٢-١١-٠٥-٢٣-٣٢-٢٤-٠١٨_com.android.chrome.jpg

Reply 1 (1)

LitCommerce
Astronaut
2860 684 761

Hi @Alfarsi,

Go to Assets > base.css and paste this at the bottom of the file:

.menu-drawer {
    transform: translate(100%) !important;
    right: 0 !important;
    left: auto !important;
}
details[open].menu-opening>.menu-drawer {
  transform: translate(0) !important;
}

Hope it helps!

 

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!