Mobile issues with quote section

Discussion in 'Infoway WordPress Theme' started by drewcoster, Mar 13, 2013.

Thread Status:
Not open for further replies.
  1. drewcoster

    drewcoster New Member

    Joined:
    Mar 6, 2013
    Messages:
    18
    Likes Received:
    0
    Hi.
    In my blog post, when viewed on a mobile, the section published in quote block has a few words dropping off the page. Is there a way to fix this?
    http://www.gochange.me/?p=83

    Thanks,

    Drew
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    @media only screen and (max-width: 480px){
    .content-bar .post.single .post_content.single p {
    width: 90%;
    }
    }
     
  3. drewcoster

    drewcoster New Member

    Joined:
    Mar 6, 2013
    Messages:
    18
    Likes Received:
    0
    Great, thank you.
     
Thread Status:
Not open for further replies.

Share This Page