Fixed menu in the SiteDesigner

Skip to main content
Du bist hier:
Drucken

Fixed menu in the SiteDesigner

How can I pin a menu in the SiteDesigner?

 

Step 1: Log in to Site Designer.

 

Step 2: Then press Home Page(1). Then click on “Head/Body Scripts(2).

 

 

 

 

Step 3: Now enter the code below into the script.

<style>
  #page-zones__header {
    position:fixed;
    top:0px;
    left:0px;
    z-index:99999;
    width:100%;
  }
  #page-zones__main {
     margin-top:30px; 
  }
</style>

 

 

Step 4: Once you have entered the code, click on the tick and then on Preview. When you are completely finished with your website, you have to click on Publish so that others can see it as well.

 

 

 

Step 5: Now visitors to your website can click on the menu at any time and do not have to keep scrolling to the top.

Related Post