1. SoundsEssential
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 28 April 2021
  5.  Subscribe via email
Hello,

We have a site built on Sophia, for which the client required the menu take up two lines. We did so, adding requisite padding, margin, etc.

The problem, though, is that there still doesn't seem to be ENOUGH space, so you get overlapping dropdown of the top menu that makes it harder to get to the second menu items.

We've tried several things to fix the issue, to no avail. Wondering if there's something we're overlooking, if there's a better way to approach the problem, or if there are adjustments/recommendations for fixing it.

Any insight at all would be greatly appreciated.
References
  1. https://thebascom.org/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Are you still having an issue with this? I have tried replicating your problem however accessing all menu items appear to work without issue? Is there a particular pattern of items I should hover over to replicate your issue?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
They're still reporting it, sporadically, and I OCCASIONALLY run across it. I'm actually wondering if it's an issue with mouse/trackpad latency. Not sure there's anything we can do to counteract that, though, is there?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

One possibilty is to disable the transistion effect which might resolve any issues on machines. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.hornav > ul > li > ul, 
.hornav > ul > li > ul > li > ul,
.hornav > ul > li > ul > li > ul > li > ul {
transition-duration: 0s !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
I've implemented the CSS and that seems to work better, so hooray! I'll let you know if we continue to run into the problem.

Thanks so much for your help!
  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!