Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter toolingo

    (@toolingo)

    the website page is toolingo.com/tools

    That’s because the content section of the page is set to just 620px in this CSS:

    .span8 {
        width: 620px;
    }

    Does the theme have a full-width template? That’s probably what you need to use, because just changing the above is likely to cause problems on other layouts in your site.

    Thread Starter toolingo

    (@toolingo)

    Thnx for your reply. i’m using pilot fish and it is a responsive layout.

    The main section of the page is fixed width by the code above, until it’s resized by media queries at a much narrower width:

    <div id="content" class="row span8" role="main">

    According to the theme page, there is a full-width template – so that’s what you should be using if you want the content to be wider and have no sidebars on the page.

    Thread Starter toolingo

    (@toolingo)

    thanks so much WPyogi. I will research other templates.

    This should help you with locating and choosing the full-width template in that theme:

    http://codex.wordpress.org/Pages#Page_Templates

    Thread Starter toolingo

    (@toolingo)

    thank you!!!!!!!!!!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Gallery Page Width’ is closed to new replies.