Portfolio Page - help needed

please help me in doing the project effectively (this is the issue when i was using .sticky-top)

**How to place #welcome_section at the top of view port??

**When I used .navbar-fixed-top this is the issue . how do it do it??
here is my pen-
Codepen

Just provide us your code.Its hard to say how your code behave just from one pic

sorry , I have added link to my pen :sweat_smile:

Just add padding.

h1{
margin: auto;
padding: 50px 0;
}

As @bestdesign said you can use padding-top to solve the issue. Here an example i’ve made some time ago.