Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #698651

    Hello dear support, need your help.
    Our company is the representative in Russia of the European company, European company designed the logo for the representatives. Our website has your logo, you need to add an additional logo.
    version 1 http://imgur.com/a/3U3JY
    version 2 http://imgur.com/a/qHNju

    #698761

    Priviet!

    Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add widget area to your header and place your second logo inside it :)

    Regards,
    Yigit

    #699007

    Hi, Yigit!
    The first option I had to disable Sticky Header logo goes on the menu

    View post on imgur.com

    In the mobile version of an additional logo menu closes

    View post on imgur.com

    How to make the logo above for more menu at the top?

    #699538

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    #header .widget {
        left: 70%;
    }
    }

    Regards,
    Rikard

    #699677

    result: http://imgur.com/a/9T0tB
    overlay on mobile two logos, I still tend to make the second logo above the top menu.
    how to implement it?

    #700040

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    #header_meta {
        margin-top: 100px;
    }
    #header .widget {
        margin-top: -160px;
    }}
    

    Best regards,
    Yigit

    #700052

    Yigit, thank you.
    Now all is normally displayed :)

    #700056

    Hi!

    You are welcome :)
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘The additional block in the header’ is closed to new replies.