As I attempt to utilize CSS for positioning elements within a div, my challenge lies in the limitation of only being able to use classes/ids due to the fact that the div and its content are generated from a third-party plug-in (datatables). This restricts me from adding any tags manually.
The issue I am facing is the inability to position multiple elements on the second row. Currently, only one element aligns with the second row while the rest appear on the third row next to each other.
My objective is to have all select elements on the second row, while all other elements occupy the first row. Additionally, I aim for the elements on the first row to be aligned towards the right, with the select elements on the second row positioned horizontally from left to right.
To view the code, click here: fiddle
What could be causing this issue and how can it be resolved?