Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #284480
    #284483

    Hey vhgb!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #284510
    This reply has been marked as private.
    #284541

    Hey!

    Thank you for the update.

    Please add this on Quick CSS or custom.css:

    .logo, .logo a {
    overflow: visible;
    }
    
    .logo a img {
    max-height: 196px !important;
    margin-top: -50px;
    }

    Adjust the values if necessary.

    Best regards,
    Ismael

    #284544

    Hey!

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

    .logo, .logo a, .logo img {
    position: relative;
    left: 0;
    height: 120px;
    overflow: visible;
    max-height: 120px!important;
    padding: 0;
    }

    Cheers!
    Yigit

    #284554

    -edited— didn’t see Yigit reply yet. will also test that. —— Edit 2: Same issue with Yigit code: logo should be visible above top header and should remain there when scrolling down —

    Thanks…almost done here. In the screenshot you see that the logo is actually on top of everything. It should be top of the screen (top header is now blocking the logo), also. when scrolling down the logo should disappear and remain in top and not scroll down. Is there some CSS that I can add to get this?

    Thanks again for the quick service. I will recommend you guys

    • This reply was modified 9 years, 9 months ago by vhgb.
    #284568

    Hi!

    Please add following code to Quick CSS as well

    #header_meta { z-index: 1; }
    .logo { margin-top: -31px; }

    Cheers!
    Yigit

    #284589

    Hello, thanks, Almost there. The logo is not staying there when I scroll down. Is it possible that the logo (or top of the website) doesn’t scroll down. Or do I need to disable something in the header settings within the admin? As you can see the logo is blocking the visibility of the written content when scrolling down,

    #284601

    Hey!

    You can upload a half transparent logo instead if you would like logo to not to cover the content.

    Cheers!
    Yigit

    #284607

    THanks, I just changed the properties in the theme options (header). THanks for all. Case closed

    #284609

    Hey!

    Great! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Make logo appear over slider’ is closed to new replies.