When setting up your page layout, we recommend that you place a <div class="container"></div> to wrap the content generated by PeopleVine. If this impacts your landing pages, then you can apply the following CSS to your layout and it will adjust appropriately:
#pvcontact,#pvsurvey, #pvservice, #PeopleVineContent {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}