Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #451833

    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.

    #452035

    Hi ewingmh!

    use this code to remove it:

    div#header_meta {
    display: none;
    }
    

    Best regards,
    Andy

    #452053

    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?

    • This reply was modified 9 years, 5 months ago by ewingmh.
    #452684

    ?

    #453314

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate { display: block !important; }
    nav.main_menu { display: none !important; }
    #header .widget { margin-top: -100px !important; }}

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.