Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #820399

    Hi enfold team,

    i have a i tried to insert a 2nd header logo on the right side and this works perfect – but when i scroll down it moves away – therefore i tried to fix the header – worked not to 100% the “original” left logo changes his size. How i can change it? . img in my css do not work – the right logo are to high. Or which solution do you prefer? Thanks!

    div .logo { float: none}
    .logo:first-child img { display: none}
    .logo img {max-width: 320px}
    .logo.first-logo {z-index: 3}
    .logo.second-logo {z-index: 2}
    .logo.second-logo {width: 100%}
    .logo.second-logo a {float: right}
    .logo.second-logo a {padding-top: 20px}
    .logo.first-logo a, .logo.second-logo a {display: inline-block}

    @media only screen and (max-width: 768px) {
    .logo.second-logo a { float: left }
    .responsive #top .logo { height: 88px/*auto*/ }
    .responsive #top .logo:first-child { display: none }
    }

    #header_main_alternate { border : medium none; }

    .html_header_top.html_bottom_nav_header #header_main{
    border: none;}

    #header_main_alternate {float: right}
    #mobile-advanced {
    background-image: url(“/wp-content/uploads/2017/06/cropped-PRE_Logo_RGB_150_RZ.png”);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 10% auto;
    padding: 15% 0 !important ;
    }

    /*header fixed*/
    #header_main .container, .logo a {
    height: 80px !important;
    line-height: 88px !important;
    max-height: none !important;
    }

    .header_color .main_menu ul:first-child > li > a {
    height: 80px !important;
    line-height: 88px !important;
    }

    #821845

    Hey led-consult,
    If I understand correctly, your left logo changes size when scrolling the page down, and you would like to stop this, Try this code in the General Styling > Quick CSS field:

    .header-scrolled .first-logo { max-height: 88px; }

    Best regards,
    Mike

    #838556

    Thanks for your support but that code do not work…

    #838922

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .logo img {
        max-height: 80px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #858197

    Hi thanks,
    now I’m having another problem -> how can i adjust my header like the picture in the link?

    Thanks

    #858766

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .header_color div {border-bottom-color: transparent !important; }
    .avia-menu.av-main-nav-wrap {top:-50px}
    .container .av-content-full.units {padding-top: 0!important; }

    please see screenshot in Private Content area

    Best regards,
    Mike

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