Sticky vertical menu Elementor Pro: This is the version 2 of this popular video tutorial! This time, with Elementor Pro alone, without the need of additional plugins!
Subscribe to my YouTube Channel
DISCLAIMER: I often review / link to products & services that I love and think you may find of interest. When you purchase a product/service through one of my link, I receive a commission, which helps me producing free content (you don’t pay anything extra!).
hello I’m your host Kaycinho, I’m the Digital Alchemist, and today I’m happy to share with you the version of my popular tutorial on how to create a sticky vertical menu navigation with Elementor Pro.
Sticky vertical menu Elementor Pro: the Css code
Here is the CSS code for the popup:selector {z-index:10;}Here is the CSS code for the single page template:
@media only screen and (min-width: 1025px) { /* change the min-width value above to your liking / needs */ .my-header { display:none; } .my-vertical-nav /* column on the LEFT */ { position: fixed!important; top: 0!important; height: 100vh; max-height: 100vh!important; overflow:hidden!important; } .my-vertical-content /* column on the RIGHT */ { margin-left: 5%; /* match this value with the left column width in Elementor */ } .my-footer { margin-left:5%; /* match this value with the left column width in Elementor */ } }
Sticky vertical menu Elementor Pro: the pre-requisites
- Astra WordPress theme
- Elementor
- Elementor Pro