Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #979159

    Hi there!

    When the page scrolls and the header is sticky I would like the small logo to move up and appear in the top bar. The code below starts to move the logo up but it gets hidden behind the top bar.

    .header-scrolled .logo img {
    margin-top:-40px;
    }

    The site under development so I included website address with login for moderator. Thank you!

    #979681

    Hey aarynm,

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

    #header_meta {
      z-index:1 !important;
    }

    Best regards,
    Rikard

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