I'm attempting to achieve something along the lines of,
|--------------Empty space---------------|-----first column(aligned to the right)-----|
|---logo---||------Empty space-------|----second column(aligned to the right)----
However, it is automatically aligning into the empty space left by my first column in this manner:
|---logo---||----------second col---------||---------first column-----------|
What could be causing this and how can I resolve it?