Home › Forums › Support › How to Recreate Generatepress responsive Header/menu › Reply To: How to Recreate Generatepress responsive Header/menu
April 6, 2016 at 10:56 am
#184728
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 🙂