Solved

Drop down menu disappears before clicking

4legs
Excursionist
13 0 6

Hi there,

 

My drop down menu disappears too fast before you can click on it. I was wondering if there is a way to get around this? Running Debute theme.

 

URL: www.miniaturemayhem.co.uk  pass: thankyou

 

Thank you 

Accepted Solution (1)

24by7themes
Shopify Partner
400 61 79

This is an accepted solution.

Please add below line of code in theme.scss file at bottom of code

.site-nav__dropdown {
    top: 34px;
}

  

Shopify Plus Expert, Quality Service Provider, CONTACT ME for any kind of solutions.
Please like and accept solution. SKYPE -> live:gp21111990

View solution in original post

Replies 2 (2)

24by7themes
Shopify Partner
400 61 79

This is an accepted solution.

Please add below line of code in theme.scss file at bottom of code

.site-nav__dropdown {
    top: 34px;
}

  

Shopify Plus Expert, Quality Service Provider, CONTACT ME for any kind of solutions.
Please like and accept solution. SKYPE -> live:gp21111990
4legs
Excursionist
13 0 6

 

Thank you @24by7themes, I wish I could get my head around working in px!