-1

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.

1 Answers1

0

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.

Community
  • 1
  • 1
pzin
  • 4,200
  • 2
  • 28
  • 49