Infoway: no background, stretch main section out to fit window?

  • Unknown's avatar

    Is it possible to set the infoway theme so that the body of the site stretches out to the full page, removing the option to have a background?

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

  • Unknown's avatar

    Hi there, this widens the body wrapper to 100% and takes away the top and bottom padding, but leaves the content at the same width as it was. I would suggest not taking the content area to 100% width since it makes text harder to read. In general the best width for text, for readability, is around 500-650px. Also, the slider at the top of the home page is not easy to widen since the images end up losing quality. That is because you have to ask the browser to scale the image. To make the image wider and maintain quality would require editing of the theme PHP script files, and we cannot do that at WordPress.com.

    .body_wrapper {
        max-width: 100%;
    }
    .wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }
    body {
        background: none !important;
    }
  • The topic ‘Infoway: no background, stretch main section out to fit window?’ is closed to new replies.