Making Site Adjust to Screen Size

  • Unknown's avatar

    On a screen resolution 1600 x 900, site looks small. Can I make my site expand to different sizes?

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

  • Unknown's avatar

    Hi, the one thing to keep in mind when widening a site is that the longer text lines are, the more difficult they are to read. Generally 500-750 pixels in width is considered very readable. Right now as it is, your text content is about 900px wide.

    To widen your site, add the following to your custom CSS and adjust the 980px value.

    .container, .row {
    	max-width: 980px;
    }
  • The topic ‘Making Site Adjust to Screen Size’ is closed to new replies.