Active
Project:
Sexy Exposed
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2010 at 06:49 UTC
Updated:
10 Jun 2011 at 20:29 UTC
I have just started using this module an I love it!
I have a question concerning the width of the dropdown boxes, though:
When used as a block, the box can get very wide. In my case too wide for the theme. Furthermore the boxes all get different widths so when you use several filters in one block it doesn't look that nice any more.
I have tried using css to control the width but is seems that I cannot influence elements.style via css. So i was wondering if there is any way to control the width of the dropdown boxes (to e.g. give them standard size). I tried searching the js file but I have no clue about this to be honest :(
Thanks a lot in advance!
Comments
Comment #1
reinis.berzins commentedThe same problem for me - although in the file ui.dropdownchecklist-min.js - next to
minWidth:50I addedmaxWidth:300- no size was actually changed.