Archived topic
Sort box hidden
8 replies · Started by Traci on October 2, 2015
I'm using your theme with Sabai directory (veganguatemala.com). Everything is great except... on the Directory page, when you click Sort by, the options are behind the directory list, so you can't see or select them. Is this an issue with the theme, or with Sabai?
Thanks.
Hi Traci. Try adding this to a child theme or your custom css:
.site-main [class*="navigation"] {
overflow: visible;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
If the above doesn't work, could you possibly post a link to the page so I can take a look?
Thanks!
Thank you, but that did not seem to work. You can see it at http://veganguatemala.com (the Directory page is the home page). Click Sort by to see the problem.
Your custom css is actually this:
.site-main [class*="navigation"] {
overflow: visible;
}
Change both of the " to " and it will work.
I fixed that, but it's still not working.
We're getting three. Now you have this:
.site-main [class*=";navigation";] {
overflow: visible;
}
Remove the two semi-colons and it will work. Needs to be like this:
.site-main [class*="navigation"] {
overflow: visible;
}
Yay! Thank you. I was copying from the email instead of coming to the forum to see the format. Bad idea :-).
I LOVE your theme, BTW. The add-on bundle gave me exactly what I need.
Glad it's working and that you're liking the theme :)
