Articles on: FAQ's

How do I fix or freeze the top row of a landing page?

How do I fix or freeze the top row of an ActiveDEMAND landing page?




In the script section of the page,


Page Properties

copy and paste this script:

body:not(.builder-area) #cta_page_rows {
    margin-top: 170px;  /* height of the row contents */
}body:not(.builder-area) #cta_page_rows > div:first-of-type {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0px;
      z-index: 1000;
}

Updated on: 21/11/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!