Banner text adjust with mobile nav | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
+ 1
Set css .nav-container { position: fixed; z-index: 100; width: 100%; }
7th Jan 2019, 9:45 AM
Calviղ
Calviղ - avatar