Column size

  • Unknown's avatar

    I want to widen both the column (writing) itself as much as possible and the photos included in the post also. Can you tell me the CSS code and how to do that?

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

  • Unknown's avatar

    Hi there, I’ll first offer that it is best to keep text-based content between 500 and 750 pixels in width for readability reasons. When text content gets too wide, it is more difficult for the eye to move from the end of one line to the next and not get off a line. Currently your text content is around 908px in width.

    If you wish to widen the content area, go to Customize > CSS, delete all the informational text in that window, paste in the following custom CSS and adjust the 980px value.

    .row {
    max-width: 980px;
    }
  • The topic ‘Column size’ is closed to new replies.