Header background image on mobile

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;
}
}

Hi,

Glad to know you were able to figure out.

Have a great day! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.