1. Digijoom
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 14 April 2020
  5.  Subscribe via email
Hello,

I'm using the Nadia website and did a fix for a sticky menu on screens. But when the site is on a smartphone the hamburger menu disappears when I'm scrolling.
How can I fix that?

Thanks
Kees
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Kees

Would you have a URL to an example of this issue?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,

Hereby the url .

Hope to hear from you . Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Presuming I understand you correctly, to amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 1024px) {
#header {
margin-top: 50px;
}
.slicknav_menu {
position: fixed;
width: 100%;
z-index: 1080;
padding: 0;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

You understand me very well. It works. That was what I missed.
Thanks.

Kees
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!