• Resolved Arav

    (@001anand)


    Hello,

    What a wonderful theme you have gifted us !
    Two quick questions.
    1. How do I change the post width ? I want to reduce them for better reading experience.

    2. Is there a way I can remove the edit the post byline ? I would like to have only date and author in it.

    Thank you so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • I would like to know the answer of 2nd point too.

    Theme Author Richie KS

    (@rkcorp)

    add this to custom.css ^rename custom-sample.css

    #custom .content {width: 69%; /*reduce % */}

    there’s no inline edit post in mesocolumn theme.

    Hi Richie,

    2nd point is regarding removing of author and date from posts. If it can’t be done within the theme then would you recommend any plugin?

    Theme Author Richie KS

    (@rkcorp)

    i see, i thought you said you want to remove ‘edit’ button in post which there’s none.

    the author and date can be disable by adding this to custom.css

    @for homepgae featured category
    .feat-meta {display:none;}

    @for other post
    span.post-author, span.post-time {display:none;}

    It worked like a charm! Superb, thanks a lot.

    Thread Starter Arav

    (@001anand)

    Thank you so much Richie!
    I actually wanted to reduce the post width only in the post (and not home page categories), I could get this done by inserting following line in custom.css
    (Just putting it here for future reference)

    #post-entry article .post-content { width: 80% !important; }

    You are awesome!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Edit post width edit post byline’ is closed to new replies.