Problem navbar bootstrap in Wordpress

Asked

Viewed 37 times

0

A customer asked me to increase the size of the navbar, so far so good. I increased and had no problem, however, when I go down the page and rise again, the navbar goes behind the slider.

Normal

Depois

  • Website link: http://novosite.analubi.com.br/

  • 1

    Put the code in the question.

1 answer

2


Problem with z-index. Let your navbar that will work.

.navbar {
    border-bottom: 0px solid #d1d1d1;
    padding-top: 20px;
    z-index: 3;
}
  • Damn, perfect, that’s right! Thank you very much!

  • If the answer worked, mark it as "answer". D

Browser other questions tagged

You are not signed in. Login or sign up in order to post.