Create subgrids. Then with extra columns or rows, you might need to use some push and pull on the columns within a subgrid. It might take a little pre-planning for the initial setup. Take a look at the demo page for push and pull, and not how the large view is setup with it original push and pull settings. Its setting int he grid layout. You can tell a column to be pushed a few spans or pulled.
http://www.coffeecup.com/help/articles/ … elp-manual
http://www.coffeecup.com/help/articles/ … yout-maker
This is how I did it. I will include a link to a dropbox rsd file. The forums won't let me post files. Its actually a simple thing to do. They key thing is that when you do the larger desktop viewport, have push and pulls set there also. Its easier to sort this out by giving the columns a background color before you add elements to them. I consider your header as three sections, name, phone column and eagle. The row has three columns for each of these sections, each column with a width of 4 spans. (assuming your grid is based on 12 spans)
BUT, the column order left to right as you create the columns is name, eagle and then phone column. Select the middle column (eagle), go to layout and push it 4 spans. It will be underthe third column (phone column). Use the inspector to select this column, go back to layout and pull it 4 spans. Now you have three columns - name, phone column, eagle and in that order.
Add a subgrid in the phone column. Delete the bottom row and dived the column that was on top twice so that you have three columns. Give each column a span of 12 (the subgrid is based on the number of spans for the main grid - in this case I am assuming 12). This should cause each column to stack on top of each other. Without content, this column and the subgrid will be taller than the other columns, but you'll fix that eventually.
Create a breakpoint. Now, recall that the phone column was created last on the original row. Its at the end. Give it a span of 12. That will shoot the column below the rest and expand to the width of the grid. Now, change the spans of the name and eagle columns so that can take up the grid, such as 9 and 3. Go subgrid of the phone column, in each column, set the span to 4, or any combo so that the total of spans comes up to 12 (it does not have to be 12, but this just ensures that this subgrid of columns takes up the grid horizontally). and done!
My demo might have different sized spans for the setup, but you'll get the idea.
https://www.dropbox.com/s/pw6xd28jmzj4o … d.rsd?dl=0