How to Set the Top Row Of a Landing Page to Be Static

You can do this by adding the following custom CSS: 

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;
}

 

Static_Top_row_of_landing_page.jpg

Example: http://www.fakeaccount.ca/PrvwU

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.