the h2 and email input is going behind my nav bar and I can’t understand why?
Because you have positioned the header
to be fixed at the top of the page and thus it is covering up whatever else is at the top of the page. You’ll need to push that content down enough so it isn’t covered up.
Or use sticky
instead of fixed
!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.