I repeatedly tapped View Post during a mobile blogging session today. I wanted to preview some changes. View Post doesn’t force a save like Preview does, so Preview appeared broken to me. I finally noticed Preview way below the fold and realized my mistake.
Also, both View Post and Preview open a new browser window. Subsequent taps of those buttons reload that preview window. On a phone, you have no idea that your taps are working since the other window is completely out of sight.
#gallery-3 {
margin: auto;
}
#gallery-3 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-3 img {
border: 2px solid #cfcfcf;
}
#gallery-3 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- View Post up top.
- Preview waaaay below the fold.

