Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1158565

    Hello!
    I need to put 2 different logos positioned one on top of the other, each with its own link.
    Thank you!
    Federica

    #1158566

    Sorry, I forgot to write that both the logos should be positioned on the right of the header.
    Thank you very much for your helpful answer!

    #1158739

    Hi,

    Please try to add the second one in a widget in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area. We can help you out with styling once it’s added.

    Best regards,
    Rikard

    #1158833

    Hi Rikard,
    I’ve added the image on a new widget called ‘header_logo’, that’s the second one created (the first one was that one on the left of the header that contains the languages dropdown menu, called ‘header’).
    Could you please help me with the style? I need to put the logo ‘the rooom’ under ‘CMPS’.
    Many tnx!!!!!
    Federica

    #1159007

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #media_image-2 {
        position: absolute;
        right: 0;
    }

    Best regards,
    Rikard

    #1159061

    Hi Rikard,
    perfect, you’re very helpful!
    Second logo now is on the right side.

    Moreover I’ve added a top and a padding-top to the style:

    #media_image-2 {
    position: absolute !important;
    right: 0 !important;
    top:80px !important;
    padding-top:10px !important;
    border-top: 1px solid black;
    }

    But I want that the white background header appears also below the secondo logo header. The second logo seems to stay out of the header. Why?
    Could you please help me?

    Best regards!
    Federica

    #1159382

    Hi Federica,

    I’m not sure I understand what you mean by your last post, could you try to explain a bit further or post a screenshot highlighting what you would like to achieve please?

    Best regards,
    Rikard

    #1159802

    Hi Rikard,
    ok sorry for my bad explanation :(
    I solved it :)
    tnx
    Federica

    #1159947

    Hi federica_alice,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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