Navbar bootstrap problem on Wordpress

0

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

    
asked by anonymous 08.09.2016 / 22:55

1 answer

2

Problem with z-index . So leave your navbar that will work.

.navbar {
    border-bottom: 0px solid #d1d1d1;
    padding-top: 20px;
    z-index: 3;
}
    
08.09.2016 / 23:05