width of advmultiselect widget
Archived from the Xataface Users forum.
omills — Wed Jun 23, 2010 6:24 pm
Hi,
How can I increase the width (ie columns) of the advmultiselect widget ? Its seems to set it randomly.. I tried to look into widget:atts:cols or :width but none worked. Only widget:atts:size worked for sizing the rows.
Thanks!
Olivier
shannah — Thu Jun 24, 2010 8:48 am
Try using widget:atts:style=”…” and add CSS rules in there.
e.g.
- Code: Select all
widget:atts:style="width: 200px"
Haven’t tried this myself as the advmultiselect widget is a bit of a different animal. You may have to just look at the HTML as it is rendered, then add appropriate rules to your stylesheet to adjust the sizing of the parts of it.