Tribute page - How can I get my image to span the entire width of the browser?

I’ve tried several examples from different tutorials i’ve found, but for the life of me I can not get the #head-img to span the width of the browser without the bars on the side. Can anyone help me out?

https://codepen.io/JasonLadieu/pen/QaxvEo

You wrapped your whole page in a container-fluid class which has a default 15px padding left and right.
If you remove that, you’ll get the full width.

Also, the head meta section for stylesheet, viewport, etc are part of codepen already so you need to put those stuff in codepen under Settings > Head.

1 Like

Thank you! And I will change the head section. I had just copied his over from my editor.