Check out My CodePen: http://example.com/codepen
Hello there, today I am working on a 6-column layout with 3 columns in each row. The 3rd column is quite long and resembles a sidebar.
According to the design, columns 4 and 5 should be positioned close to the bottom of columns 1 and 2, with a padding of 10px.
The issue I'm facing is that due to all the elements being floated left, there is too much space between the bottom of columns 1 & 2 and the top of columns 4 & 5 because of the long 3rd column.
I would like to maintain the current positioning of the divs as is for responsive styling on smaller browser windows. Is there a simple solution to achieve this or would I need to nest column 4 under column 1 and column 5 under column 2? Then possibly use jQuery to reposition them as the screen sizes change?
Current Challenge:
Desired Layout: