Banner text adjust with mobile nav | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

7th Jan 2019, 9:16 AM
Omar Faruk
Omar Faruk - avatar
1 Answer
+ 1
Set css .nav-container { position: fixed; z-index: 100; width: 100%; }
7th Jan 2019, 9:45 AM
Calviղ
Calviղ - avatar