Site logo

Archived topic

Secondary Mobile Menu

7 replies · Started by Chris on May 15, 2017

Viewing posts 1–8 of 8

How do I get the secondary menu that is above this logo, to always show the one menu item rather than the text "menu?"

http://i.imgur.com/pgpeqUI.jpg

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?

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?

This archived topic is closed to new replies.