+ 1
Banner text adjust with mobile nav
Hello, This is my project - https://omarbangla24.github.io/hello/ In this project my banner text can't fixed with banner. When I click my nav bar it collapse and banner text also collapse. How can I solve this problem?
1 Answer
+ 1
Set css
.nav-container {
position: fixed;
z-index: 100;
width: 100%;
}