1. dautrich
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Tuesday, 16 February 2021
  5.  Subscribe via email
Hi Ciaran,

I'm pretty sure I detected a small CSS bug regarding Extended Search: There is not enough room for the dropdown menus in the finder filters in desktop mode (s. SearchIndex_CSS_Issue.jpg).

I applied the following CSS in my custom.css file:

.finder-selects {
height: 330px;
}


After that the area looks like in SearchIndex_CSS_Issue_Corrected.jpg.

You might find a better solution, but I'm happy with my solution for the moment.

Regards

Rolf
Attachments (2)
References
  1. https://www.neudorf-mkk.de/suchen.html#advancedSearch
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Rolf

Thank you for bringing this one to our attention. Another possible solution to this issue would be adding the following to the Custom CSS field of your template settings...

#advancedSearch.collapse {
overflow: visible;
}


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

I don't think that your solution is completely okay, because the Extended Search subform is always visible. Even if it is configured not to appear by default (as on my websites).

Regards
Rolf
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Ah good point. Best stick with your solution! :)

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


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