Forums

CSS For Custom Template (3 posts)

  1. ricketts8
    Member
    Posted 1 year ago #

    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.

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

    emprisereview.com Home page

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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;
    }
  3. ricketts8
    Member
    Posted 1 year ago #

    That seems to have worked. Thanks.

Topic Closed

This topic has been closed to new replies.

About this Topic