How do I get div starting below fixed navbar

Can anyone help… I am trying to find a solution

I want dev to start below navbarwhith image which is responsive, so I cannot use padding or margins.

Anyone?

Because you’ve positioned it absolutely, you can use the positional modifiers top, bottom, left, and right.

.horisontalimg {
   top: 40px;
}