If your seamless content section is the 1st section on the page, you'll notice a gap between the navigation bar and your content section. 


Image_2018-07-12_at_10.38.07_AM.png


To remove this gap, add the following code in the retargeting section at the bottom of the page. 


<style>
@media screen and (min-width: 882px){
.content-header-spacer {
 height: 125px;
}}
</style>


Select Update. 


Open the page to preview the changes. 


NOTE: This code is only necessary if the 1st section on your page is the content section with the seamless setting selected.


Screen_Recording_2018-07-12_at_10.44_AM.gif