Blocks not aligning
On the second row, I have 3 columns - their widths are 1/4, 2/5, and 1/3, which doesn't equal 100%. Therefore, this row doesn't not stretch across the full width. If I increase any of the column widths, the last module moves down the the next row. I want the 3rd column on the second row to line up with the second column of the first row. How can I achieve this?


Comments
there are 2 possible sollutions:
1. http://prntscr.com/j14f2w
2. http://prntscr.com/j14fca
You can also edit the section and enable the style "equal height of items in wrap" so all the the items in a wrap will be the same height.
thanks