My JumboTron looks weird on other computers.

Hello!

I’m almost done publicing my website, but my Jumbotron isn’t working correctly. I tested the website by several people and by one of them, the Jumbotron was alligned pretty weird (see attached picture) what can I do to make this work correctly? Website casign.nl password is wachtwoord

Hello,

You should try couple solutions from the FAQ - Common issue, this CSS code should do the trick, let me know if there’s any improvements:

#header {
width: 100%;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
}

#header {
background-position: center;
}

Kind regards