Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #419903

    Hi, I want to make post excerpts that show in the blog page under each post image and post title to take less then the full width of the page (let’s say 60%) and also to make the text bigger – http://screencast.com/t/G1IiwiYI

    Also to move the Read More button to the middle (center aligned).

    How can I do this?

    Thanks.

    #420258

    Hi DROR!

    Please try the following CSS:

    .entry-content {
      max-width: 80% !important;
      font-size: 22px !important;
    }

    Best regards,
    Rikard

    #420265

    That did the job but it also made the single post content to be 80% and I only want the blog excerpt that shows on the blog page to take 80% and the single posts to be 100% width.

    #420457

    Hey!

    Please use following code instead

    .page-id-15 .entry-content {
      max-width: 80% !important;
      font-size: 22px !important;
    }

    Cheers!
    Yigit

    #420466

    Great. Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change blog page excerpt width and text size’ is closed to new replies.