Hello,
On a mobile device, the maniple header image seems to be repeating. Anyway to fix it.
Also, the text in an article seems to be cutting off. How do I fix that.
Thanks,
KK
.touch #container_header, .touch #container_top2_modules, .touch #container_bottom1_modules, .touch #container_bottom2_modules {
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
background-repeat: repeat;
background-attachment: scroll;
}
.touch #container_top2_modules, .touch #container_bottom1_modules, .touch #container_bottom2_modules {
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
background-repeat: repeat;
background-attachment: scroll;
}