• Hello,

    I need a rather wide template to create a Table of Contents page. I copied the one-column no sidebar template and renamed it. From there I made a CSS entry in style.css for the new template and adjusted the width. When I write the page and select the custom template it shows like a normal page–not the wider format.

    https://emprisereview.com/current-issue/ is the page in question.

    emprisereview.com Home page

Viewing 2 replies - 1 through 2 (of 2 total)
  • at the moment the width seems to be controlled by:

    .one-column #content {
    	margin: 0 auto;
    	width: 640px;
    }

    there is no css class .emprise- on your page.

    but this might work:

    .page-template-emprise-page-php #content {
    	margin: 0 auto;
    	width: 800px;
    }

    Thread Starter ricketts8

    (@ricketts8)

    That seems to have worked. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS For Custom Template’ is closed to new replies.