Hello! Did you try this:
#header{
width:100%; entire width of parent/containing element
}
or
#header{
width:100vw; entire width of viewport
}
Oh wow, the second option worked. Thanks alot.
You’re welcome. Glad I was able to help.


