Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background images not displaying properly on mobile browsers Reply To: Background images not displaying properly on mobile browsers

#185865
Paulie_D
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;
}