I've added this CSS, changing the 97% to 100%
@media screen and (max-width: 800px) {
.responsive #site .content,
.responsive #footer .content,
.responsive.fixed_width #page { width: 100%; }
}
Unfortunately, on the iPhone I get a small space on the right side that shows up ( see attached image, colored orange ). It's causing the text and images to blur. Any ideas on getting rid of this space would be appreciated. Thx











