lera.cernolev of Help Center Snippets
10/27/2019 - 7:46 PM

Migrated - HC || AMP Sticky Footer CSS

<!-- Begin "AMP Sticky Footer" || Help center -->
<!-- Insert in Settings->HTML/CSS->Head -->
<!-- CS:20200120-06-2 -->
<style amp-custom>
 section:last-child {
   position: fixed;
   bottom: 0;
   width: 100%; 
   z-index: 1000000;
 }
 </style>
<!-- End "AMP Sticky Footer" || Help center -->