Viewing 1 replies (of 1 total)
  • Generally, you can target CSS (width is set there) to specific pages by using the page specific id or class output in the body tag. So for example, the page you linked to above has this:

    <body class="page page-id-11......>

    So the CSS could be:

    body.page-id-11 <em>other relevant selectors for width here</em> {
        styles here;
    }

    Specifics depend on your theme and since you’re using a commercial theme, you should ask the developers for help.

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

Viewing 1 replies (of 1 total)

The topic ‘Change width’ is closed to new replies.