Three columns each with the width of if it was four columns?
-
So I’m working with a “Meet the team” page that has 7 people in the team. And I want “four people per row” as the layout rule. But with 7 people there has to be four people on the first row and three on the second.
That could work fine if I wanted everything left aligned. But I want it centered. And I just can’t get it to work. If I choose to have three columns on that last row, the width of them will be very wide. It seems like the wrapper/table’s width is always 100% and therefore all the columns will adjust to that. It seems that I can choose a custom with but that won’t be in percent. So that’s difficult to set to get to know what width every column gets so that it gets exactly the same width as on the first row. It would be so much better if I could set a width in percent.
Anyone had the same problem? Is there a good solution to this?
Here is like how I want it:
|-----|-----|-----|-----| | | | | | |-----|-----|-----|-----| |-----|-----|-----| | | | | |-----|-----|-----|
- The topic ‘Three columns each with the width of if it was four columns?’ is closed to new replies.