Hello-
If you go to this website on a mobile phone:
You see how the header image starts to repeat to fill that space? How can I get rid of that?
NEVERMIND I FOUND THE SOLUTION USING:
@media(max-width: 979px){
.x-logobar {
background-size: cover;
}
}
