Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1470902

    Hi Enfold-Support,

    how can I get the sticky Element on top of the page to cover all other page elements? Z-Index to 99999 did not work… It’s set to position: relative.

    Any help highly appreciated

    Thanks,
    Matthias

    #1470930

    Hey Matthias,

    I can’t see any elements covering the header on the page you linked to, did you manage to find a solution? If not, then please share a screenshot highlighting the problem.

    Best regards,
    Rikard

    #1470936

    I mean the first content element. The only sticky content on the page. Just scroll down a bit and you will see it. Thanks!

    #1470946

    Hi,

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

    .home #after_full_slider_1 {
      z-index: 99999;
    }

    Best regards,
    Rikard

    #1470950

    Got it! Thanks! Could you please help me for this last page where I did not get it working with your help?

    See private content.

    Thanks again!

    #1470953

    Hi,
    When I check your page I get a “502 Bad Gateway” error, it seems to redirect to a strange URL, in the private content area, please check, it could be a server error.

    Best regards,
    Mike

    #1470969

    Just tried, it works on my side… maybe there was a temp problem on the webserver.

    Anyway, I had to change the permalink structure, please try the new link given in the private content section.

    #1470972

    Hi,
    Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #wichtige_infos_besuch_praxis {
      z-index: 99999;
    }
    .page-id-1213 #av_section_1 {
    z-index: 0;
    position: relative;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1470973

    That did the trick! Thanks again for the support, you guys are always amazing and helpful!

    #1470976

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Z-Index does not work properly’ is closed to new replies.