CSS layout - Aligning two divs side by side
- by Ronnie
Hello,
I have a small problem. I am trying to align two divs side by side using CSS, however, I would like the center div to be positioned horizontally central in the page, I achieved this by using:
#page-wrap { margin 0 auto; }
Thats worked fine. The second div I would like positioned to the left side of the central page wrap but I can't…