Reply To: How to Recreate Generatepress responsive Header/menu

Home Forums Support How to Recreate Generatepress responsive Header/menu Reply To: How to Recreate Generatepress responsive Header/menu

Home Forums Support How to Recreate Generatepress responsive Header/menu Reply To: How to Recreate Generatepress responsive Header/menu

#184728
Tom
Lead Developer
Lead Developer

Hi Martin,

I’m using this small snippet of CSS to decrease the width of my menu items when I hit a certain width:

@media (max-width:880px) {
	.main-navigation ul li a {
		padding: 0 10px !important;
	}
}

Is that what you’re looking for?

Let me know 🙂