Post page / Comments/ Mobile site

Discussion in 'Infoway WordPress Theme' started by noralynette, Dec 13, 2013.

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

    noralynette New Member

    Joined:
    Nov 21, 2013
    Messages:
    4
    Likes Received:
    0
    I would like to know how to make the post page title bigger as well as taking the info under the title
    ( Website & Posted In) and is there a way to take comments field off of the post pages

    When I go to my website on my cell phone the space between the slider and the content is really wide. I was able to make that space smaller on the regular website but not on the mobile site. Thanks for all your help.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .content-bar .post.single .post_title {
    font-size: 30px;
    line-height: 30px;
    }
    #commentsbox {
    display: none;
    }
    @media only screen and (max-width: 480px){
    .content-bar .post {
    margin-top: 10px;
    }
    .content-bar .post.single .post_title {
    margin-top: 2px;
    }
    }
    This will solve your issue.
     
  3. noralynette

    noralynette New Member

    Joined:
    Nov 21, 2013
    Messages:
    4
    Likes Received:
    0
    Thank You so much
     
Thread Status:
Not open for further replies.

Share This Page