The blog view in a mobile browser is really skinny with wide margins. The rest of the site views ok but the blog view does not look very good for viewing. http://myhopefuljourney.com/blog
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px) { .content_wrapper .content .post { padding-left: 0px;} .content_wrapper .content .post .post_date { display: none;} .content_wrapper .content { margin-right: 0px; }}