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

    Hi

    If you go to http://www.codecreative.uk/landing-page-web-a/

    And you scroll down just below the slider you can see some text. Within a div (code block) that has the class name landingpageForm. I have applied this css to the class

    .landingpageForm {
    z-index:9999!important;
    position: absolute;
    top: -15px;
    }

    But for some reason it renders behind the easy full with page slider. Can you advise how I can get this to come to the front so it is visible and the slider renders behind it?

    #445873

    Hey codecreative!

    Please add following code to Quick CSS as well

    .page-id-612 #after_full_slider_1 {
      z-index: 3;
    }

    Cheers!
    Yigit

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