04/07/2018 at 1:14 pm
#458231
Keymaster
@ Marion
I did just a few test searches and it seems to work fine. here are a couple links which I did a search on your site:
- https://siriuswebtest.com/aaamsite/directory/?cn-s=complex&cn-cat=
- https://siriuswebtest.com/aaamsite/directory/?cn-s=museum&cn-cat=
The one issue I do see is that the theme is messing up the styles for the select drop down. The bets option is to look thru the theme settings and see if it has any options which are meant to “enhance” the select drop downs. If you find one, I would recommend disabling that option because the theme is applying it globally — even to plugins selects drop downs.
If you find no option, I would recommend asking their support if there is a way to turn that off.
Lastly, you could try adding the following to the theme’s custom CSS area:
#cn-list .select_box {
display: inline-block;
}
#cn-list .select_box:before {
content:none;
display:none;
}
Hope that helps!
