Reply To: How can i create a fixed Header and top Menu in the Generate Press Theme

Home Forums Support How can i create a fixed Header and top Menu in the Generate Press Theme Reply To: How can i create a fixed Header and top Menu in the Generate Press Theme

Home Forums Support How can i create a fixed Header and top Menu in the Generate Press Theme Reply To: How can i create a fixed Header and top Menu in the Generate Press Theme

#86357
Tom
Lead Developer
Lead Developer

Hi there,

You need to adjust this CSS to match the height of your header:

.container {
    padding-top: 120px;
}

So you need to figure out the total height of your header and nav, and then update 120px to whatever height you come up with.

Hope this helps 🙂