Drop down menu disappears before clicking

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

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

.site-nav__dropdown {
    top: 34px;
}
2 Likes

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