Search code examples
csswordpressflexslider

Do you have an idea how to make this red navigation clickable? (Flexslider)


I have the problem to make the the red navigation numbers of this site: http://ib.co.at/project/pension-noella clickable?

It should work via CSS. I already tried it with "margin-top" (of #content-area) or a bigger "min-width" (of #flexslider) but those 'solutions' don't work with a flexible amount of numbers.

Thanks a lot.


Solution

  • Just give your class .flexslider a z-index value:

    .flexslider {
      z-index: 99;
    }
    

    It's also good to add your code when you're posting a question. Please have a look why.