http://www.mountainhm.com
I used the css from this post to move the header next to the logo:
https://kriesi.at/support/topic/add-social-icons-and-phone-number-to-the-main-logo-are/
But now there is an empty extra header element where the phone number used to be. I can’t for the life of me find the CSS to remove that extra space.
Hi ewingmh!
use this code to remove it:
div#header_meta {
display: none;
}
Best regards,
Andy
no – that doesn’t work – I definitely tried that already – that hides the phone number too… which defeats the whole purpose. I’d prefer to use this technique if I can remove the header_meta without removing the phone number.
I’m trying it with the Header Widget right now and it disappears on mobile devices… any way to keep the header widget visible for all mobile devices?