By Justin on Monday, 17 November 2014
Posted in General Issues
Replies 9
Likes 0
Views 682
Votes 0
Calling all CSS gurus - I for the life of me cannot find a decent fix for the select box issue in Firefox (see attached image with SI as the example). Any ideas?

Thanks.
For those having the same issue, here's the updated code that can be added to your template's CSS:


.discuss-searchbar--select {
overflow: hidden !important;
}

.discuss-searchbar--select select {
width: 110% !important;
}
·
Wednesday, 19 November 2014 22:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

Thanks for the heads up. We will fix this in our forum page. And here is the CSS code to use if you want to fix it in your Easydiscuss:

.categorySelectionSearch {
overflow: hidden;
}

.categorySelectionSearch select {
width: 110%;
}


Hope this helps.
·
Tuesday, 18 November 2014 13:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick,

Did you apply this to the SI forum? I'm still seeing it in Firefox for your site, and when I added the code to my local site it didn't have any affect.
·
Tuesday, 18 November 2014 23:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

We haven't add this fix in our site. You can provide us your backend and FTP so we can apply to your site.
·
Tuesday, 18 November 2014 23:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure thing Nick - added...
·
Wednesday, 19 November 2014 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

I've fixed it for you. Please have a look.
·
Wednesday, 19 November 2014 11:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Nick,

What file was modified?
·
Wednesday, 19 November 2014 21:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Never mind Nick,

I found the css file that was updated.

Thanks!
·
Wednesday, 19 November 2014 22:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

Thanks for sharing. I forgot to include the fix in my reply.
·
Wednesday, 19 November 2014 23:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post