Hello Dustin,
Thanks for using our plugins and welcome to the forums! I’d be happy to help you with this.
I checked the 2 pages you sent and I don’t find any major difference between the pages.
The only differences are that the first page has a less wide container (940px vs. 960px) and 10px of margins on the side. This makes it look less wide. Here is the code for that.
.container .sixteen.columns {
width: 940px;
}
.container .column, .container .columns, .container .columns-members {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
If you add these measures for the other page as well, then they should look identical.
Does this answer your questions? Let me know.
GrĂ¼sse
Andras