Creating a Sidemenu

Is there any way to create a static sidemenu that navigates to different topics on a landing page? Example: https://mrbenchmarks.com/journeys

Hi @mariogaleano ,

you can indeed create that. The two elements to implement are:

  • the static menu as a module on the page - you can either find a template that has that, or to create a template or a custom module. Here’s a tutorial on how to create a fixed sidebar using CSS.
  • the second element is to have the links within the menu which would be internal anchors, which you will then reference with #. Here’s a tutorial on how to create the internal links - assign the ID to the section and then link to it.

I hope that helps,

Eli

Problem solver @ crmsquad