Hi,
The reason the words are ragged is because the CSS in the MJ template is using settings from the Lyften bloggie to set the text. I found this by using a couple of addons for Firefox - User Agent Switcher and Firebug. I also used
www.testiphone.com/ to view the problem.
The solution is not straightforward. I'm suggesting that you modify the css supplied by MJ but that will mean you have to reapply it when MJ upgrades. Someone else may supply a better solution but this may get you out of the hole.
By adding width: 75% to the following
templatesmobile_iphonecssmj_iphone.css
(line 51)
p {
width: 75%;
margin-bottom: 1em;
}
(line 103)
h3, div.h3 {
width: 75%;
margin: 0 0 5px 0;
font-size: 16px;
font-weight: bold;
Let me know if this helps.