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

    Hi, I found this thread: https://kriesi.at/support/topic/two-logos-in-header-one-on-left-and-other-right/ but it’s not fully working the way I want it; the two logos are diplayed on the left side, one after the other; how to make the second one align to the right side of the header?

    Thanks for your help!
    David

    #407993

    Hi David

    Can you post the link to your website please?

    Best regards,
    Yigit

    #408101
    This reply has been marked as private.
    #408104

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    strong.second-logo {
      float: right;
      position: relative;
      margin-right: 21%;
    }

    It seems like you have not entered valid URL – http://i.imgur.com/jZwujME.png Please add a valid link as well or replace the text with #

    Regards,
    Yigit

    #408111

    Hi Yigit, thanks, works like a charm.
    Yep, I hadn’t replaced the url yet; will do it of course; thanks a lot!
    Best
    David

    #408118

    Just a small question more:
    When on small screens (or when you resize the window), the first logo disappears, with only the second one displayed in its place; is it possible to avoid that?
    At least to have only the first one displayed?

    Thanks

    #408119

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 989px) {
    strong.second-logo { display: none; }}

    Best regards,
    Yigit

    #408164

    Perfect, tks!

    #408166

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Two images (logos) on header, one left, and one right, with menu under’ is closed to new replies.