Hi I\'m having some trouble removing a small gap between an image and my navigation bar. I\'ve honestly tried just about everything i can think of. Setting inline-blocks on my u
is this what you mean? You can target the nav class on your ul and adjust the default margins that are being assigned
nav
ul
ul.nav{ margin: 10px 0; }
JSFIDDLE