All Collections
Marketing
Content Management
How do I leverage a full-screen layout for my landing pages and ensure it works for out of the box pages?
How do I leverage a full-screen layout for my landing pages and ensure it works for out of the box pages?
Updated over a week ago

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;
}
Did this answer your question?