Can't stop background from repeating…
-
Hi. I am having an issue with my background tiling on higher resolution monitors. I am using a modified version of color3 (only modified the background image). https://www.cfhministries.com
Here is an excerpt from the style sheet. Nothing else has been changed in the style sheet, other than background no-repeat. Any help would be fantastic. Thanks!
body {
font-size:62.5%;
font-family:”Lucida Grande”,”Lucida Sans Unicode”,Calibri,Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
background-image: url(images/wide.jpg);
background-repeat: no-repeat;
background-color:#000;
color:#fff;
text-align:center;
margin:0;
padding:0;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can't stop background from repeating…’ is closed to new replies.