Help aligning and spacing divs - can't get it right

Hello, I’m having trouble getting my form project to properly line up and space. I’ve searched around and tried everything I could find. I looked at the example as well, but that doesn’t seem to be helping.

I’m trying to get the dropdown list selections to align to the right of their titles. Everything else I would like split left and right like in the example.

I also need to center everything within its parent container.

Do I have something messed up in the HTML? I’m trying to target “row-tab” and “labels” separately to achieve this effect, but something isn’t right.

Any help would be greatly appreciated.

I can’t guarantee this will solve your problem but you have some issues with unclosed divs and div nesting.

Put different color border on row-tab, labels and rightTab classes and you will see it more easily.

Thank you, I’ll try that