In the new version of Divi by Elegant Themes – there exists no Button or no Switch to activate the sticky header.
What is a sticky header?
Sticky header, also called fixed header, is a smart navigation tool that fixes the menu to the top of screen as the user scrolls down a page.
With Divi 4 you have to activate sticky header, with a simple css code. Add the following code in the ≪section≫ – ≪main element≫.
@media only screen and (min-width: 981px) {
position:fixed;
width:100%;
top:0;
z-index:999;
}Simple – have fun.







0 Kommentare