Change width of div for Filter with sDOM?

Change width of div for Filter with sDOM?

kdar1987kdar1987 Posts: 9Questions: 3Answers: 0
edited December 2013 in General
How can I change width of div for Filter and LengthChange?

Currently I use following sDOM statement to add a custom div between LengthChange and Filter (select box):
[code]"sDom": '>'[/code]

However, this results in very little space for toolbar div, and remaining (85%) is taken up by Filter and LengthChange div. I would like to have 33% width distribution for each div, or something similar.
This discussion has been closed.