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

#83210
Tom
Lead Developer
Lead Developer

Absolutely, placing the CSS inside the below will make sure it’s only read on larger screens – mobile or small browsers will ignore the CSS:

@media screen and (min-width: 769px) {
      /* CSS in here is ignored on mobile */
}