Background image in header
I am using a background image in the custom css in my header. How can I get it to appear when in responsive mode on mobile? Is there an addition to the custom css that I need to plug into the equation?
div.top_bar_left.clearfix {
background-image: url("http://192.185.96.50/~thescrewcrew/wp-content/uploads/2015/10/Mc8kW4x9Q3aRR3RkP5Im_IMG_4417-e1444159612778.jpg");
background-repeat: repeat-x;
height: 193px
Comments
we did checked your site and unfortunately it won't be possible to display header background the same way on mobile devices like on desktop. This needs to much changes in theme files.
Thanks for understanding!