Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #434884

    Hey guys,

    together with Josue I adjusted header area like this:

    @media only screen and (min-width: 767px) {
    #header_main > .container {
    display: none;
    }
    }

    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child, .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
    height: 100px;
    line-height: 100px;
    }

    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
    padding-top: 100px;
    }

    Now I cannot activate the social icons for that area.

    Can you lend a hand?

    Thanks Stephan
    P.S. Cannot ad this question to the topic here – https://kriesi.at/support/topic/center-logo-in-navgation-and-hover-the-pics-like-in-eunoia-2/ – otherwise I wouldn’t open another thread for this. Thank you

    #435573

    Hey handelsmann!

    Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #435587
    This reply has been marked as private.
    #436329

    Hey!

    Try adding this.

    #header_main > .container { display: block; }
    .logo { display: none !important; }
    

    Best regards,
    Elliott

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