How do I move my nav list to the right a little?

So the issue I am having is that I have a image in my header which is the logo of the web page,

This is my code ^.

This is what it looks like currently.

you can use margin-left
or
set the position to relative and then use left to move it

1 Like

What element should I set the relative position to also margin-left doesn’t work.

the element you want to move
spend some effort.search.figure it out yourself that way is more fun

1 Like

fixed it, thanks a bunch.

1 Like