Mobile Blog Format

Discussion in 'Dzonia WordPress Theme' started by ldrouillard, Feb 26, 2013.

  1. ldrouillard

    ldrouillard Member

    Joined:
    Oct 7, 2012
    Messages:
    70
    Likes Received:
    2
    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
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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;
    }}
     

Share This Page