Archived topic
Secondary Mobile Menu
7 replies · Started by Chris on May 15, 2017
How do I get the secondary menu that is above this logo, to always show the one menu item rather than the text "menu?"
Okay. That is in place.
How do I get it flush with the top of the site. I tried a bunch of stuff with no luck!
http://i.imgur.com/thT7SWY.jpg
Sorry and thank you!
If you're only adding the one link, you could probably just use the Top Bar widget area.
Can you link me to the site?
It's been the same one all along. Sorry.
Ah, you could set your heading padding to 0 on mobile.
@media (max-width:768px) {
.inside-header {
padding-top: 0;
}
}
That worked. Exploring your other suggestion now. Do you have a handy way to add social media icons to the header area?
Then the menu might work better: https://docs.generatepress.com/article/adding-icons-to-menu-items/