sentences space…?

  • Unknown's avatar

    In the content area, the sentences seem so narrow….

    IS there any way to make it look wider?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The maximum width of the content area, as designed, is 620px, which is a good width for reading text. Anything much over 700px becomes more difficult to read, especially with large amounts of text. The following widens the content area out to 700px (80px gain) and does the same for the overall content area and navigation. Give this CSS a try and see what you think.

    .site-main, .main-navigation {
        max-width: 1040px;
    }
    .site-main .content-area {
        width: 700px;
    }
  • The topic ‘sentences space…?’ is closed to new replies.