i’m using the following code to put a background image in the header area of my site:
/* TOPBAR BG */
.x-navbar{
background-image: url('http://plumberspillow.wpengine.com/wp-content/uploads/2016/07/top-bar-bg.jpg');
background-repeat: repeat-x;
}
the issue is that on mobile view, the background is repeating vertically… you can see this on my attached screenshot when the hamburger menu is open.
shouldn’t background-repeat: repeat-x; prevent this from happening?
site: http://tinyurl.com/zjrv569
thanks