Home › Forums › CSS › Background images not displaying properly on mobile browsers › Reply To: Background images not displaying properly on mobile browsers
October 9, 2014 at 4:19 am
#185865
Member
The site is unresposive because it’s hardcoded not to be with fixed px widths all over…like
#slide-container {
width: 930px;
height: 383px;
background: url("images/sliderbottom.png") no-repeat scroll center bottom transparent;
margin: 30px 0;
}
and
media="all"
#heading {
color: #CCCCCC;
font-size: 35px;
margin: 40px auto;
text-align: center;
width: 700px;
font-weight: 100;
}