Navbar : POSITION FIXED , TOP 0;

Hi , so i have been having this problem with navbar , when it’s at the top and fixed , it cuts of some content from the body with it , how do i fix this problem all at once for both small and large screens??? here is the link to the page , try resizing it to smaller screen , i have added a padding top but with small screens almost a whole paragraph gets cut off

when you are using position fixed for navbar .you need to set margin-top property to the element which is hidden on back of navbar.
please share your code if you need more help.

Hello, poul.

It would be a lot easier for us to help you, if you posted a link to the project you are referring to. Or, at the very least, the code associated with it.

The more information you give us, the better we can help you.