Home > database >  Problems with fixed nav
Problems with fixed nav

Time:12-05

I have problems with fixed nav, its showing little more down on section links. I need nav on the top to see clearly the title text at the sections. I have tried to add margin-top to section, but these gaps are so big and its awful so I need another solution for that. Pictures are there: Problem

What I need

CodePudding user response:

Fixed elements are not included in the Normal Flow.

In order to fix this, you'd need to make the underlying element larger by applying a padding-top with the same height as the fixed nav.

CodePudding user response:

You can to add a margin-top but its not good practice n just try to drag the element Lorem Ipsuim into the section that have the background Blue. -then select the element in that relied the navbar (Home , About ,etc) inside a div and add them the background color green .

(check if the lorem ipsuim text have a position static not absolute)

  • Related