How to Pin your Page's Navigation Menu

How to Pin your Page's Navigation Menu




Step 1
Select the block where the navigation menu is located



Then add a custom class name (in our example we have called itnav-topbut you can give it the name you want)



Then press the buttonSave


Step 2

Then go to the Settings section > Custom Code > Custom CSS and includes the code:

.nav-top{
position:fixed;
}











Then save the changes by pressing the buttonSaveand the navigation menu would be fixed.
If the navigation menu now cuts some of the content of the next block follows step 3


Step 3
Select the block immediately following that of the navigation menu and set up a custom class name (in our example we have called itfirst-block but you can call it as you like).
Then keep the change.





Then go to Settings> Custom code > Custom CSS and includes code:

.first-block{
margin-top:60px;
}



To conclude, save the changes.
    • Popular Articles

    • How to build an App for a Restaurant

      Text Enter First Steps Once inside the platform, from the main dashboard you will find a series of icons on the left hand side menu. Just click on 'Apps'. Then click on 'Create App' and give it a name. Then you'll get to a screen where you choose the ...
    • APPS: Webhooks

      The advanced Webhooks feature lets you connect certain events that occur in your App by sending them to a URL called Webhook. You can use a free Webhooks service as Zapier to create automations that can help you with your App business. For example, ...
    • Audio & Music

      To add this feature to your app go to the step "Features" and click on the icon "Audio": Then give a name to this new app section. Then click on the + icon to add a new Playlist Then place a title and image on the Playlist and click OK to save your ...
    • APPS: Contact

      This feature allows you to create a contact page for your business. Add important data such as Address, Phone Number and Email. To add this function to your application go to the "FEATURES" step and click on the "Contact" icon: Settings. Within ...
    • APPS: Custom page

      This functionality gives you several options for creating an information page. You can write an article with an image, you can publish a photo gallery, you can post a video directly on this page and you can add call buttons or a link to any external ...
    • Related Articles

    • How to Add a Popup Window on Any Page

      To create a new popup just click on Pages -> Add New -> Popup Select on of the pre-made designs to start you popup that will show on your page. In the Popup Settings you will find the 6 layouts available for the popup. You can play around to select ...
    • How to Track an Abandoned Cart

      Tracking your Abandoned Checkouts (Carts) in your online store or sales funnel is extremely easy. Go to your Store -> Settings -> General. At the bottom of the page you will find a dropdown to adjust the period after which a checkout/cart that was ...