Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1084499

    Hey there,

    Is it possible to get 2 seperate logo in the header of the Enfold theme over the whole width?

    Beste regards
    Martijn Koster

    #1084666

    Hey Martijn,

    The only option we have is 1 logo for the regular header and the other logo is for transparent header.

    Best regards,
    Nikko

    #1084689

    Hey Nikko, thank you for your reply.
    But how can I do this?

    Best regards,
    Martijn

    #1084878

    Hi Martijn,

    You can try using a header widget to add it: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
    I think what you did now seems already good, what is the issue you’re having with it?

    Best regards,
    Nikko

    #1085042

    Hey Nikko, thank you your reply.
    The logo is good and sharp. But to wide for smartphones.

    I will have a look to your solution.

    #1085071

    Hi TenMediaNL,

    Sure, just let us know if you need further assistance.
    If you’re not planning to use transparent headers, I can think of another workaround.

    Best regards,
    Nikko

    #1085413

    Hey Nikko, I added a header widget but somehow I can’t seem te set the correct css or other settings. Hope you can help me out?
    Have a look! http://renault.tenmedia-showroom.nl

    Best regards
    Martijn

    #1085473

    Hi Martijn,

    Try adding this css code in Quick CSS:

    #header .container.av-logo-container {
        z-index: 2;
    }
    
    #top #header .widget {
        position: relative;
        width: 1250px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 50px;
        z-index: 5;
    }
    
    #top #header .widget .textwidget {
        position: absolute;
        right: 50px;
    }

    Best regards,
    Nikko

    #1085498

    Hey Nikko, thank you very much. That did the trick.
    The new problem is that the header widget will be on top of the logo on a smartphone.
    Is it possible to hide the widget on smartphones?

    And on tablets the burger menu is a bit strange.

    Hope you can help me out again.

    Best regards
    Martijn

    #1085532

    Hi Martijn,

    For the tablets burger menu, try adding this css code:

    @media only screen and (max-width:1024px) {
      .av_minimal_header #header_main_alternate {
        display: none;
      }
    
      .html_header_top #top .av_menu_left .main_menu {
        left: auto;
        right: 0;
      }
    }

    As for hiding the header widget in mobile, use this code:

    @media only screen and (max-width:767px) {
      #top #header .widget {
        display: none;
      }
    }

    Best regards,
    Nikko

    #1085577

    Hey Nikko, thanks for the support. It all seems to work.
    One final question, when you look on a tablet or smartphone the layer slider and other items on other pages have bit of too much white space above. Can that be deleted?

    #1085598

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 1024px)  {
     #main{
    padding-top:155px!important;
    }}

    Best regards,
    Jordan Shannon

    #1096469

    Hello there,

    After updating Enfold to 4.5.6 the second logo in the header has dissapeared. Can you tell how I can get it back again?

    Best regards,
    Martijn Koster

    #1096473

    Never mind my last question.
    I’ve solved it!

    #1096595

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Two separate logos in header’ is closed to new replies.